#9CDCEC

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

Shades of Charlotte #9CDCEC

Tints of Charlotte #9CDCEC

Color information

#9CDCEC (or 0x9CDCEC) is unknown color: approx Charlotte. HEX triplet: 9C, DC and EC. RGB value is (156,220,236). Sum of RGB (Red+Green+Blue) = 156+220+236=612 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.49% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDCEC is #632313. Grayscale: #CACACA. Windows color (decimal): -6497044 or 15522972. OLE color: 15522972.

HSL color Cylindrical-coordinate representation of color #9CDCEC: hue angle of 192º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CDCEC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156220236-
CMYK0.340.0700.07
HSL192º67.8%76.86%-
HSV(B)192º33.9%92.55%-
XYZ54.4464.3188.9-
YUV202.69146.894.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.49%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=25.49%
G=35.95%
B=38.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562202360.340.0700.0719267.876.86
Hex9CDCEC22707c0444d
Octal23433435442707300104115
Binary10011100110111001110110010001011101111100000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,220,236); }

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

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

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

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

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

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

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