#9EDCE0

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

Shades of Charlotte #9EDCE0

Tints of Charlotte #9EDCE0

Color information

#9EDCE0 (or 0x9EDCE0) is unknown color: approx Charlotte. HEX triplet: 9E, DC and E0. RGB value is (158,220,224). Sum of RGB (Red+Green+Blue) = 158+220+224=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCE0 is #61231F. Grayscale: #C9C9C9. Windows color (decimal): -6365984 or 14736542. OLE color: 14736542.

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

Color convert

RGB158220224-
CMYK0.290.0200.12
HSL183.64º51.56%74.9%-
HSV(B)183.64º29.46%87.84%-
XYZ53.1563.8480.04-
YUV201.92140.4696.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.25%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=26.25%
G=36.54%
B=37.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582202240.290.0200.12183.6451.5674.9
Hex9EDCE01D20Cb8344b
Octal23633434035201427064113
Binary100111101101110011100000111011001100101110001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,220,224); }

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

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

 a { background-color: rgb(158,220,224); }

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

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

 span { border-color: rgb(158,220,224); }

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