#9EDDE1

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

Shades of Charlotte #9EDDE1

Tints of Charlotte #9EDDE1

Color information

#9EDDE1 (or 0x9EDDE1) is unknown color: approx Charlotte. HEX triplet: 9E, DD and E1. RGB value is (158,221,225). Sum of RGB (Red+Green+Blue) = 158+221+225=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #9EDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDDE1 is #61221E. Grayscale: #CACACA. Windows color (decimal): -6365727 or 14802334. OLE color: 14802334.

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

Color convert

RGB158221225-
CMYK0.300.0200.12
HSL183.58º52.76%75.1%-
HSV(B)183.58º29.78%88.24%-
XYZ53.5564.4280.85-
YUV202.62140.6396.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.16%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=26.16%
G=36.59%
B=37.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582212250.300.0200.12183.5852.7675.1
Hex9EDDE11E20Cb8354b
Octal23633534136201427065113
Binary100111101101110111100001111101001100101110001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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