#9EDAE9

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

Shades of Charlotte #9EDAE9

Tints of Charlotte #9EDAE9

Color information

#9EDAE9 (or 0x9EDAE9) is unknown color: approx Charlotte. HEX triplet: 9E, DA and E9. RGB value is (158,218,233). Sum of RGB (Red+Green+Blue) = 158+218+233=609 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.94% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #9EDAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDAE9 is #612516. Grayscale: #C9C9C9. Windows color (decimal): -6366487 or 15325854. OLE color: 15325854.

HSL color Cylindrical-coordinate representation of color #9EDAE9: hue angle of 192º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EDAE9 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB158218233-
CMYK0.320.0600.09
HSL192º63.03%76.67%-
HSV(B)192º32.19%91.37%-
XYZ53.8863.386.47-
YUV201.77145.6296.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.94%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=25.94%
G=35.80%
B=38.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582182330.320.0600.0919263.0376.67
Hex9EDAE920609c03f4d
Octal23633235140601130077115
Binary10011110110110101110100110000011001001110000001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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