#9EDAE1

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

Shades of Charlotte #9EDAE1

Tints of Charlotte #9EDAE1

Color information

#9EDAE1 (or 0x9EDAE1) is unknown color: approx Charlotte. HEX triplet: 9E, DA and E1. RGB value is (158,218,225). Sum of RGB (Red+Green+Blue) = 158+218+225=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 218 (85.55% from 255 or 36.27% 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 #9EDAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDAE1 is #61251E. Grayscale: #C8C8C8. Windows color (decimal): -6366495 or 14801566. OLE color: 14801566.

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

Color convert

RGB158218225-
CMYK0.300.0300.12
HSL186.27º52.76%75.1%-
HSV(B)186.27º29.78%88.24%-
XYZ52.7662.8580.58-
YUV200.86141.6297.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.29%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=26.29%
G=36.27%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582182250.300.0300.12186.2752.7675.1
Hex9EDAE11E30Cba354b
Octal23633234136301427265113
Binary100111101101101011100001111101101100101110101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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