#9EDEE2

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

Shades of Charlotte #9EDEE2

Tints of Charlotte #9EDEE2

Color information

#9EDEE2 (or 0x9EDEE2) is unknown color: approx Charlotte. HEX triplet: 9E, DE and E2. RGB value is (158,222,226). Sum of RGB (Red+Green+Blue) = 158+222+226=606 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.07% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 226 - color contains mainly: blue. Hex color #9EDEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDEE2 is #61211D. Grayscale: #CBCBCB. Windows color (decimal): -6365470 or 14868126. OLE color: 14868126.

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

Color convert

RGB158222226-
CMYK0.300.0200.11
HSL183.53º53.97%75.29%-
HSV(B)183.53º30.09%88.63%-
XYZ53.956581.65-
YUV203.32140.895.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.07%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 226 (88.67% from 255) = 37.29%
R=26.07%
G=36.63%
B=37.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582222260.300.0200.11183.5353.9775.29
Hex9EDEE21E20Bb8364b
Octal23633634236201327066113
Binary100111101101111011100010111101001011101110001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,222,226); }

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

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

 a { background-color: rgb(158,222,226); }

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

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

 span { border-color: rgb(158,222,226); }

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