#8EC5EC

Color #8EC5EC Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #8EC5EC

Tints of Cornflower #8EC5EC

Color information

#8EC5EC (or 0x8EC5EC) is unknown color: approx Cornflower. HEX triplet: 8E, C5 and EC. RGB value is (142,197,236). Sum of RGB (Red+Green+Blue) = 142+197+236=575 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.70% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EC5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC5EC is #713A13. Grayscale: #B8B8B8. Windows color (decimal): -7420436 or 15517070. OLE color: 15517070.

HSL color Cylindrical-coordinate representation of color #8EC5EC: hue angle of 204.89º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC5EC is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142197236-
CMYK0.400.1700.07
HSL204.89º71.21%74.12%-
HSV(B)204.89º39.83%92.55%-
XYZ46.2651.7486.91-
YUV185156.7897.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.70%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=24.70%
G=34.26%
B=41.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421972360.400.1700.07204.8971.2174.12
Hex8EC5EC281107cd474a
Octal216305354502107315107112
Binary1000111011000101111011001010001000101111100110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EC5EC; }

 p { color: rgb(142,197,236); }

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

<style>
 a { background-color: #8EC5EC; }

 a { background-color: rgb(142,197,236); }

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

<style>
 span { border-color: #8EC5EC; }

 span { border-color: rgb(142,197,236); }

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