#9DDEEA

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

Shades of Charlotte #9DDEEA

Tints of Charlotte #9DDEEA

Color information

#9DDEEA (or 0x9DDEEA) is unknown color: approx Charlotte. HEX triplet: 9D, DE and EA. RGB value is (157,222,234). Sum of RGB (Red+Green+Blue) = 157+222+234=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDEEA is #622115. Grayscale: #CBCBCB. Windows color (decimal): -6430998 or 15392413. OLE color: 15392413.

HSL color Cylindrical-coordinate representation of color #9DDEEA: hue angle of 189.35º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDEEA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157222234-
CMYK0.330.0500.08
HSL189.35º64.71%76.67%-
HSV(B)189.35º32.91%91.76%-
XYZ54.8865.3587.56-
YUV203.93144.9794.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.61%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=25.61%
G=36.22%
B=38.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572222340.330.0500.08189.3564.7176.67
Hex9DDEEA21508bd414d
Octal235336352415010275101115
Binary100111011101111011101010100001101010001011110110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DDEEA; }

 p { color: rgb(157,222,234); }

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

<style>
 a { background-color: #9DDEEA; }

 a { background-color: rgb(157,222,234); }

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

<style>
 span { border-color: #9DDEEA; }

 span { border-color: rgb(157,222,234); }

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