#9EDCEA

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

Shades of Charlotte #9EDCEA

Tints of Charlotte #9EDCEA

Color information

#9EDCEA (or 0x9EDCEA) is unknown color: approx Charlotte. HEX triplet: 9E, DC and EA. RGB value is (158,220,234). Sum of RGB (Red+Green+Blue) = 158+220+234=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDCEA is #612315. Grayscale: #CACACA. Windows color (decimal): -6365974 or 15391902. OLE color: 15391902.

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

Color convert

RGB158220234-
CMYK0.320.0600.08
HSL191.05º64.41%76.86%-
HSV(B)191.05º32.48%91.76%-
XYZ54.5564.487.4-
YUV203.06145.4695.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.82%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=25.82%
G=35.95%
B=38.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582202340.320.0600.08191.0564.4176.86
Hex9EDCEA20608bf404d
Octal236334352406010277100115
Binary100111101101110011101010100000110010001011111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,220,234); }

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

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

 a { background-color: rgb(158,220,234); }

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

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

 span { border-color: rgb(158,220,234); }

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