#9DDCDE

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

Shades of Charlotte #9DDCDE

Tints of Charlotte #9DDCDE

Color information

#9DDCDE (or 0x9DDCDE) is unknown color: approx Charlotte. HEX triplet: 9D, DC and DE. RGB value is (157,220,222). Sum of RGB (Red+Green+Blue) = 157+220+222=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DDCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCDE is #622321. Grayscale: #C9C9C9. Windows color (decimal): -6431522 or 14605469. OLE color: 14605469.

HSL color Cylindrical-coordinate representation of color #9DDCDE: hue angle of 181.85º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCDE is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157220222-
CMYK0.290.0100.13
HSL181.85º49.62%74.31%-
HSV(B)181.85º29.28%87.06%-
XYZ52.6863.6378.61-
YUV201.39139.6396.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.21%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=26.21%
G=36.73%
B=37.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572202220.290.0100.13181.8549.6274.31
Hex9DDCDE1D10Db6324a
Octal23533433635101526662112
Binary10011101110111001101111011101101101101101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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