#9CD9DF

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

Shades of Charlotte #9CD9DF

Tints of Charlotte #9CD9DF

Color information

#9CD9DF (or 0x9CD9DF) is unknown color: approx Charlotte. HEX triplet: 9C, D9 and DF. RGB value is (156,217,223). Sum of RGB (Red+Green+Blue) = 156+217+223=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CD9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD9DF is #632620. Grayscale: #C7C7C7. Windows color (decimal): -6497825 or 14670236. OLE color: 14670236.

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

Color convert

RGB156217223-
CMYK0.300.0300.13
HSL185.37º51.15%74.31%-
HSV(B)185.37º30.04%87.45%-
XYZ51.8462.0279.05-
YUV199.44141.2997.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.17%
GREEN value IS 217 (85.16% from 255) = 36.41%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=26.17%
G=36.41%
B=37.42%

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
Decimal1562172230.300.0300.13185.3751.1574.31
Hex9CD9DF1E30Db9334a
Octal23433133736301527163112
Binary100111001101100111011111111101101101101110011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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