Color Hex Logo

#99dfff Color Hex

#99DFFF
(153,223,255)
1 Favorites   1 Comments

Color spaces of #99dfff

RGB 153223255
HSL0.551.000.80
HSV199°40°100°
CMYK 0.400.130.00   0.00
XYZ57.574566.7677104.4607
Yxy66.76770.25160.2918
Hunter Lab81.7115-17.2228-18.5988
CIE-Lab85.3865-13.9521-22.4505

#99dfff color RGB value is (153,223,255).

#99dfff hex color red value is 153, green value is 223 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #99dfff hue: 0.55 , saturation: 1.00 and the lightness value of 99dfff is 0.80.

The process color (four color CMYK) of #99dfff color hex is 0.40, 0.13, 0.00, 0.00. Web safe color of #99dfff is #99ccff. Color #99dfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 11111111
Octal 231 337 377
Decimal 153 223 255
Hex 99 DF FF

RGB Percentages of Color #99dfff

%24.25
%35.34
%40.41

CMYK Percentages of Color #99dfff

%40
%13
%0
%0

Triadic Colors of #99dfff

#99dfff #ff99df #dfff99

Analogous Colors of #99dfff

#99dfff #99acff #99ffec

Monochromatic Colors of #99dfff

#99dfff

Complementary Color

#99dfff #ffb999

#99dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dfff Color CSS Codes

.mybgcolor {background-color:#99dfff; } 
.myforecolor {color:#99dfff; }
.mybordercolor {border:3px solid #99dfff; }

#99dfff Text Font Color

<p style="color:#99dfff">Text here</p>

This sample text font color is #99dfff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#99dfff Background Color

<div style="background-color:#99dfff">
Div content here</div>

This div background color is #99dfff


#99dfff Border Color

<div style="border:3px solid #99dfff">
Div here</div>

This div border color is #99dfff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,223,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99dfff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99dfff;
  -webkit-box-shadow: 1px 1px 3px 2px #99dfff;
  box-shadow:         1px 1px 3px 2px #99dfff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,223,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #99dfff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #99dfff;
  -webkit-box-shadow: 1px 1px 3px 2px #99dfff;
  box-shadow:         1px 1px 3px 2px #99dfff;">
Div content here</div>

This div box has shadow with color #99dfff

Related Colors

#99dfff Color Palettes


Comments

12 Mar 2023, 8:15 Zacapea

Looks like PowderBlue Colour

Please login to write comment.