#9EDBDE

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

Shades of Charlotte #9EDBDE

Tints of Charlotte #9EDBDE

Color information

#9EDBDE (or 0x9EDBDE) is unknown color: approx Charlotte. HEX triplet: 9E, DB and DE. RGB value is (158,219,222). Sum of RGB (Red+Green+Blue) = 158+219+222=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EDBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBDE is #612421. Grayscale: #C9C9C9. Windows color (decimal): -6366242 or 14605214. OLE color: 14605214.

HSL color Cylindrical-coordinate representation of color #9EDBDE: hue angle of 182.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDBDE is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158219222-
CMYK0.290.0100.13
HSL182.81º49.23%74.51%-
HSV(B)182.81º28.83%87.06%-
XYZ52.6263.2178.53-
YUV201.1139.7997.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.38%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=26.38%
G=36.56%
B=37.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582192220.290.0100.13182.8149.2374.51
Hex9EDBDE1D10Db7314b
Octal23633333635101526761113
Binary10011110110110111101111011101101101101101111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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