#9ED7ED

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

Shades of Charlotte #9ED7ED

Tints of Charlotte #9ED7ED

Color information

#9ED7ED (or 0x9ED7ED) is unknown color: approx Charlotte. HEX triplet: 9E, D7 and ED. RGB value is (158,215,237). Sum of RGB (Red+Green+Blue) = 158+215+237=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ED7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED7ED is #612812. Grayscale: #C8C8C8. Windows color (decimal): -6367251 or 15587230. OLE color: 15587230.

HSL color Cylindrical-coordinate representation of color #9ED7ED: hue angle of 196.71º 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 #9ED7ED is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158215237-
CMYK0.330.0900.07
HSL196.71º68.7%77.45%-
HSV(B)196.71º33.33%92.94%-
XYZ53.6961.9889.26-
YUV200.46148.6297.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.90%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=25.90%
G=35.25%
B=38.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582152370.330.0900.07196.7168.777.45
Hex9ED7ED21907c5454d
Octal236327355411107305105115
Binary100111101101011111101101100001100101111100010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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