#9cd8df

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

Shades of Charlotte #9CD8DF

Tints of Charlotte #9CD8DF

Color information

#9CD8DF (or 0x9CD8DF) is unknown color: approx Charlotte. HEX triplet: 9C, D8 and DF. RGB value is (156,216,223). Sum of RGB (Red+Green+Blue) = 156+216+223=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CD8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD8DF is #632720. Grayscale: #C6C6C6. Windows color (decimal): -6498081 or 14669980. OLE color: 14669980.

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

Color convert

RGB156216223-
CMYK0.300.0300.13
HSL186.27º51.15%74.31%-
HSV(B)186.27º30.04%87.45%-
XYZ51.5961.5178.97-
YUV198.86141.6297.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.22%
GREEN value IS 216 (84.77% from 255) = 36.30%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=26.22%
G=36.30%
B=37.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562162230.300.0300.13186.2751.1574.31
Hex9CD8DF1E30Dba334a
Octal23433033736301527263112
Binary100111001101100011011111111101101101101110101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cd8df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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