#9CDEDE

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

Shades of Charlotte #9CDEDE

Tints of Charlotte #9CDEDE

Color information

#9CDEDE (or 0x9CDEDE) is unknown color: approx Charlotte. HEX triplet: 9C, DE and DE. RGB value is (156,222,222). Sum of RGB (Red+Green+Blue) = 156+222+222=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #9CDEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDEDE is #632121. Grayscale: #CACACA. Windows color (decimal): -6496546 or 14605980. OLE color: 14605980.

HSL color Cylindrical-coordinate representation of color #9CDEDE: 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.3%. Process color model (Four color, CMYK) of #9CDEDE is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156222222-
CMYK0.30000.13
HSL180º50%74.12%-
HSV(B)180º29.73%87.06%-
XYZ53.0264.5878.78-
YUV202.27139.1395-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 222 (87.11% from 255) = 37%
R=26%
G=37%
B=37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562222220.30000.131805074.12
Hex9CDEDE1E00Db4324a
Octal23433633636001526462112
Binary10011100110111101101111011110001101101101001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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