#9ED8EE

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

Shades of Charlotte #9ED8EE

Tints of Charlotte #9ED8EE

Color information

#9ED8EE (or 0x9ED8EE) is unknown color: approx Charlotte. HEX triplet: 9E, D8 and EE. RGB value is (158,216,238). Sum of RGB (Red+Green+Blue) = 158+216+238=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ED8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED8EE is #612711. Grayscale: #C9C9C9. Windows color (decimal): -6366994 or 15653022. OLE color: 15653022.

HSL color Cylindrical-coordinate representation of color #9ED8EE: hue angle of 196.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED8EE is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158216238-
CMYK0.340.0900.07
HSL196.5º70.18%77.65%-
HSV(B)196.5º33.61%93.33%-
XYZ54.0962.5590.11-
YUV201.17148.7897.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.82%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=25.82%
G=35.29%
B=38.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582162380.340.0900.07196.570.1877.65
Hex9ED8EE22907c4464e
Octal236330356421107304106116
Binary100111101101100011101110100010100101111100010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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