#99DDEA

Color #99DDEA Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #99DDEA

Tints of Charlotte #99DDEA

Color information

#99DDEA (or 0x99DDEA) is unknown color: approx Charlotte. HEX triplet: 99, DD and EA. RGB value is (153,221,234). Sum of RGB (Red+Green+Blue) = 153+221+234=608 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.16% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #99DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DDEA is #662215. Grayscale: #CACACA. Windows color (decimal): -6693398 or 15392153. OLE color: 15392153.

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

Color convert

RGB153221234-
CMYK0.350.0600.08
HSL189.63º65.85%75.88%-
HSV(B)189.63º34.62%91.76%-
XYZ53.8464.4387.44-
YUV202.15145.9792.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.16%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=25.16%
G=36.35%
B=38.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532212340.350.0600.08189.6365.8575.88
Hex99DDEA23608be424c
Octal231335352436010276102114
Binary100110011101110111101010100011110010001011111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99DDEA;
 }
 .AnyTagClassName
 {
   color: #99DDEA;
 }
</style>
background-color css

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

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

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

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

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

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