#9ED9ED

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

Shades of Charlotte #9ED9ED

Tints of Charlotte #9ED9ED

Color information

#9ED9ED (or 0x9ED9ED) is unknown color: approx Charlotte. HEX triplet: 9E, D9 and ED. RGB value is (158,217,237). Sum of RGB (Red+Green+Blue) = 158+217+237=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ED9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED9ED is #612612. Grayscale: #C9C9C9. Windows color (decimal): -6366739 or 15587742. OLE color: 15587742.

HSL color Cylindrical-coordinate representation of color #9ED9ED: hue angle of 195.19º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ED9ED is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158217237-
CMYK0.330.0800.07
HSL195.19º68.7%77.45%-
HSV(B)195.19º33.33%92.94%-
XYZ54.263.0189.43-
YUV201.64147.9596.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.82%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=25.82%
G=35.46%
B=38.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582172370.330.0800.07195.1968.777.45
Hex9ED9ED21807c3454d
Octal236331355411007303105115
Binary100111101101100111101101100001100001111100001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,217,237); }

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

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

 a { background-color: rgb(158,217,237); }

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

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

 span { border-color: rgb(158,217,237); }

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