Html Css Color HEX #99DAEA Charlotte

📋 copy color: '#99DAEA'

red 153 ◦ green 218 ◦ blue 234

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

Shades of Charlotte #99DAEA

Tints of Charlotte #99DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.03%

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

R = 25.29%
G = 36.03%
B = 38.68%

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

#99DAEA (or 0x99DAEA) is known color: Charlotte. HEX triplet: 99, DA and EA. RGB value is (153,218,234). Sum of RGB (Red+Green+Blue) = 153+218+234=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #99DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DAEA is #662515. Grayscale: #C8C8C8. Windows color (decimal): -6694166 or 15391385. OLE color: 15391385.

HSL color Cylindrical-coordinate representation of color #99DAEA: hue angle of 191.85º 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 #99DAEA is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 218 234 -
CMYK 0.35 0.07 0 0.08
HSL 191.85º 0.66% 0.76% -
HSV(B) 191.85º 0.35% 0.92% -
XYZ 53.06 62.86 87.18 -
YUV 200.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 153 218 234 0.35 0.07 0 0.08 191.85 0.66 0.76
Hex 99 DA EA 23 7 0 8 C0 42 4C
Octal 231 332 352 43 7 0 10 300 102 114
Binary 10011001 11011010 11101010 100011 111 0 1000 11000000 1000010 1001100

Color Harmonies of #99DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DAEA

Black with #99DAEA

Text Example


Text Example

White with #99DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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