#9CD6DF

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

Shades of Charlotte #9CD6DF

Tints of Charlotte #9CD6DF

Color information

#9CD6DF (or 0x9CD6DF) is unknown color: approx Charlotte. HEX triplet: 9C, D6 and DF. RGB value is (156,214,223). Sum of RGB (Red+Green+Blue) = 156+214+223=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CD6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD6DF is #632920. Grayscale: #C5C5C5. Windows color (decimal): -6498593 or 14669468. OLE color: 14669468.

HSL color Cylindrical-coordinate representation of color #9CD6DF: hue angle of 188.06º degrees, saturation: 0.51, 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 #9CD6DF is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156214223-
CMYK0.300.0400.13
HSL188.06º51.15%74.31%-
HSV(B)188.06º30.04%87.45%-
XYZ51.0860.4978.8-
YUV197.68142.2898.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.31%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=26.31%
G=36.09%
B=37.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562142230.300.0400.13188.0651.1574.31
Hex9CD6DF1E40Dbc334a
Octal23432633736401527463112
Binary1001110011010110110111111111010001101101111001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,214,223); }

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

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

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

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

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

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

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