#9EDAE6

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

Shades of Charlotte #9EDAE6

Tints of Charlotte #9EDAE6

Color information

#9EDAE6 (or 0x9EDAE6) is unknown color: approx Charlotte. HEX triplet: 9E, DA and E6. RGB value is (158,218,230). Sum of RGB (Red+Green+Blue) = 158+218+230=606 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.07% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #9EDAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDAE6 is #612519. Grayscale: #C9C9C9. Windows color (decimal): -6366490 or 15129246. OLE color: 15129246.

HSL color Cylindrical-coordinate representation of color #9EDAE6: hue angle of 190º 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 #9EDAE6 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB158218230-
CMYK0.310.0500.10
HSL190º59.02%76.08%-
HSV(B)190º31.3%90.2%-
XYZ53.4563.1384.23-
YUV201.43144.1297.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.07%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 230 (90.23% from 255) = 37.95%
R=26.07%
G=35.97%
B=37.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1582182300.310.0500.1019059.0276.08
Hex9EDAE61F50Abe3b4c
Octal23633234637501227673114
Binary1001111011011010111001101111110101010101111101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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