#9CDDE9

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

Shades of Charlotte #9CDDE9

Tints of Charlotte #9CDDE9

Color information

#9CDDE9 (or 0x9CDDE9) is unknown color: approx Charlotte. HEX triplet: 9C, DD and E9. RGB value is (156,221,233). Sum of RGB (Red+Green+Blue) = 156+221+233=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #9CDDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDDE9 is #632216. Grayscale: #CACACA. Windows color (decimal): -6496791 or 15326620. OLE color: 15326620.

HSL color Cylindrical-coordinate representation of color #9CDDE9: hue angle of 189.35º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CDDE9 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB156221233-
CMYK0.330.0500.09
HSL189.35º63.64%76.27%-
HSV(B)189.35º33.05%91.37%-
XYZ54.2764.6686.71-
YUV202.93144.9794.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.57%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=25.57%
G=36.23%
B=38.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1562212330.330.0500.09189.3563.6476.27
Hex9CDDE921509bd404c
Octal234335351415011275100114
Binary100111001101110111101001100001101010011011110110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,221,233); }

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

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

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

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

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

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

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