Html Css Color HEX #99D9EA Charlotte

📋 copy color: '#99D9EA'

red 153 ◦ green 217 ◦ blue 234

#99D9EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charlotte #99D9EA

Tints of Charlotte #99D9EA

RGB

 RED value IS 153 (60.16% from 255) = 25.33%

 GREEN value IS 217 (85.16% from 255) = 35.93%

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 25.33%
G = 35.93%
B = 38.74%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#99D9EA (or 0x99D9EA) is known color: Charlotte. HEX triplet: 99, D9 and EA. RGB value is (153,217,234). Sum of RGB (Red+Green+Blue) = 153+217+234=604 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.33% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #99D9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D9EA is #662615. Grayscale: #C7C7C7. Windows color (decimal): -6694422 or 15391129. OLE color: 15391129.

HSL color Cylindrical-coordinate representation of color #99D9EA: hue angle of 192.59º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99D9EA is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 217 234 -
CMYK 0.35 0.07 0 0.08
HSL 192.59º 0.66% 0.76% -
HSV(B) 192.59º 0.35% 0.92% -
XYZ 52.8 62.34 87.09 -
YUV 199.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 153 217 234 0.35 0.07 0 0.08 192.59 0.66 0.76
Hex 99 D9 EA 23 7 0 8 C1 42 4C
Octal 231 331 352 43 7 0 10 301 102 114
Binary 10011001 11011001 11101010 100011 111 0 1000 11000001 1000010 1001100

Color Harmonies of #99D9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D9EA

Black with #99D9EA

Text Example


Text Example

White with #99D9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D9EA; }

 p { color: rgb(153,217,234); }

 H1.HeaderClassName
 {
   color: #99D9EA;
 }
 .AnyTagClassName
 {
   color: #99D9EA;
 }
</style>

background-color css

<style>
 a { background-color: #99D9EA; }

 a { background-color: rgb(153,217,234); }

 div.DivClassName
 {
   background-color: #99D9EA;
 }
 .BgClassName
 {
   background-color: #99D9EA;
 }
</style>

border-color css

<style>
 span { border-color: #99D9EA; }

 span { border-color: rgb(153,217,234); }

 td.TdClassName
 {
   border-color: #99D9EA;
 }
 .TagClassName
 {
   border-color: #99D9EA;
 }
</style>