#9CDDE1

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

Shades of Charlotte #9CDDE1

Tints of Charlotte #9CDDE1

Color information

#9CDDE1 (or 0x9CDDE1) is unknown color: approx Charlotte. HEX triplet: 9C, DD and E1. RGB value is (156,221,225). Sum of RGB (Red+Green+Blue) = 156+221+225=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #9CDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDE1 is #63221E. Grayscale: #C9C9C9. Windows color (decimal): -6496799 or 14802332. OLE color: 14802332.

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

Color convert

RGB156221225-
CMYK0.310.0200.12
HSL183.48º53.49%74.71%-
HSV(B)183.48º30.67%88.24%-
XYZ53.1664.2280.83-
YUV202.02140.9795.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.91%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=25.91%
G=36.71%
B=37.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1562212250.310.0200.12183.4853.4974.71
Hex9CDDE11F20Cb7354b
Octal23433534137201426765113
Binary100111001101110111100001111111001100101101111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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