#9EDAEC

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

Shades of Charlotte #9EDAEC

Tints of Charlotte #9EDAEC

Color information

#9EDAEC (or 0x9EDAEC) is unknown color: approx Charlotte. HEX triplet: 9E, DA and EC. RGB value is (158,218,236). Sum of RGB (Red+Green+Blue) = 158+218+236=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDAEC is #612513. Grayscale: #C9C9C9. Windows color (decimal): -6366484 or 15522462. OLE color: 15522462.

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

Color convert

RGB158218236-
CMYK0.330.0800.07
HSL193.85º67.24%77.25%-
HSV(B)193.85º33.05%92.55%-
XYZ54.3163.4788.74-
YUV202.11147.1296.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.82%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=25.82%
G=35.62%
B=38.56%

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
Decimal1582182360.330.0800.07193.8567.2477.25
Hex9EDAEC21807c2434d
Octal236332354411007302103115
Binary100111101101101011101100100001100001111100001010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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