#9EDCEC

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

Shades of Charlotte #9EDCEC

Tints of Charlotte #9EDCEC

Color information

#9EDCEC (or 0x9EDCEC) is unknown color: approx Charlotte. HEX triplet: 9E, DC and EC. RGB value is (158,220,236). Sum of RGB (Red+Green+Blue) = 158+220+236=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDCEC is #612313. Grayscale: #CBCBCB. Windows color (decimal): -6365972 or 15522974. OLE color: 15522974.

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

Color convert

RGB158220236-
CMYK0.330.0700.07
HSL192.31º67.24%77.25%-
HSV(B)192.31º33.05%92.55%-
XYZ54.8364.5188.92-
YUV203.29146.4695.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.73%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=25.73%
G=35.83%
B=38.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582202360.330.0700.07192.3167.2477.25
Hex9EDCEC21707c0434d
Octal23633435441707300103115
Binary10011110110111001110110010000111101111100000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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