#9CDCE1

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

Shades of Charlotte #9CDCE1

Tints of Charlotte #9CDCE1

Color information

#9CDCE1 (or 0x9CDCE1) is unknown color: approx Charlotte. HEX triplet: 9C, DC and E1. RGB value is (156,220,225). Sum of RGB (Red+Green+Blue) = 156+220+225=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #9CDCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCE1 is #63231E. Grayscale: #C9C9C9. Windows color (decimal): -6497055 or 14802076. OLE color: 14802076.

HSL color Cylindrical-coordinate representation of color #9CDCE1: hue angle of 184.35º 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 #9CDCE1 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB156220225-
CMYK0.310.0200.12
HSL184.35º53.49%74.71%-
HSV(B)184.35º30.67%88.24%-
XYZ52.8963.6980.74-
YUV201.43141.395.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.96%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=25.96%
G=36.61%
B=37.44%

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
Decimal1562202250.310.0200.12184.3553.4974.71
Hex9CDCE11F20Cb8354b
Octal23433434137201427065113
Binary100111001101110011100001111111001100101110001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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