#9CDDE2

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

Shades of Charlotte #9CDDE2

Tints of Charlotte #9CDDE2

Color information

#9CDDE2 (or 0x9CDDE2) is unknown color: approx Charlotte. HEX triplet: 9C, DD and E2. RGB value is (156,221,226). Sum of RGB (Red+Green+Blue) = 156+221+226=603 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.87% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #9CDDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDE2 is #63221D. Grayscale: #CACACA. Windows color (decimal): -6496798 or 14867868. OLE color: 14867868.

HSL color Cylindrical-coordinate representation of color #9CDDE2: hue angle of 184.29º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CDDE2 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB156221226-
CMYK0.310.0200.11
HSL184.29º54.69%74.9%-
HSV(B)184.29º30.97%88.63%-
XYZ53.2964.2781.55-
YUV202.14141.4795.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.87%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=25.87%
G=36.65%
B=37.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1562212260.310.0200.11184.2954.6974.9
Hex9CDDE21F20Bb8374b
Octal23433534237201327067113
Binary100111001101110111100010111111001011101110001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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