#9ED8DE

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

Shades of Charlotte #9ED8DE

Tints of Charlotte #9ED8DE

Color information

#9ED8DE (or 0x9ED8DE) is unknown color: approx Charlotte. HEX triplet: 9E, D8 and DE. RGB value is (158,216,222). Sum of RGB (Red+Green+Blue) = 158+216+222=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ED8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED8DE is #612721. Grayscale: #C7C7C7. Windows color (decimal): -6367010 or 14604446. OLE color: 14604446.

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

Color convert

RGB158216222-
CMYK0.290.0300.13
HSL185.62º49.23%74.51%-
HSV(B)185.62º28.83%87.06%-
XYZ51.8461.6578.28-
YUV199.34140.7898.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.51%
GREEN value IS 216 (84.77% from 255) = 36.24%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=26.51%
G=36.24%
B=37.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582162220.290.0300.13185.6249.2374.51
Hex9ED8DE1D30Dba314b
Octal23633033635301527261113
Binary100111101101100011011110111011101101101110101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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