#9DDEDE

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

Shades of Charlotte #9DDEDE

Tints of Charlotte #9DDEDE

Color information

#9DDEDE (or 0x9DDEDE) is unknown color: approx Charlotte. HEX triplet: 9D, DE and DE. RGB value is (157,222,222). Sum of RGB (Red+Green+Blue) = 157+222+222=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #9DDEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEDE is #622121. Grayscale: #CACACA. Windows color (decimal): -6431010 or 14605981. OLE color: 14605981.

HSL color Cylindrical-coordinate representation of color #9DDEDE: hue angle of 180º 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 #9DDEDE is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157222222-
CMYK0.29000.13
HSL180º49.62%74.31%-
HSV(B)180º29.28%87.06%-
XYZ53.2164.6878.79-
YUV202.56138.9795.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.12%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=26.12%
G=36.94%
B=36.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572222220.29000.1318049.6274.31
Hex9DDEDE1D00Db4324a
Octal23533633635001526462112
Binary10011101110111101101111011101001101101101001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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