#9ED7E6

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

Shades of Charlotte #9ED7E6

Tints of Charlotte #9ED7E6

Color information

#9ED7E6 (or 0x9ED7E6) is unknown color: approx Charlotte. HEX triplet: 9E, D7 and E6. RGB value is (158,215,230). Sum of RGB (Red+Green+Blue) = 158+215+230=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #9ED7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED7E6 is #612819. Grayscale: #C7C7C7. Windows color (decimal): -6367258 or 15128478. OLE color: 15128478.

HSL color Cylindrical-coordinate representation of color #9ED7E6: hue angle of 192.5º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ED7E6 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB158215230-
CMYK0.310.0700.10
HSL192.5º59.02%76.08%-
HSV(B)192.5º31.3%90.2%-
XYZ52.6861.5883.97-
YUV199.67145.1298.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.20%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=26.20%
G=35.66%
B=38.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1582152300.310.0700.10192.559.0276.08
Hex9ED7E61F70Ac03b4c
Octal23632734637701230073114
Binary1001111011010111111001101111111101010110000001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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