#8EC2EB

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

Shades of Cornflower #8EC2EB

Tints of Cornflower #8EC2EB

Color information

#8EC2EB (or 0x8EC2EB) is unknown color: approx Cornflower. HEX triplet: 8E, C2 and EB. RGB value is (142,194,235). Sum of RGB (Red+Green+Blue) = 142+194+235=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC2EB is #713D14. Grayscale: #B6B6B6. Windows color (decimal): -7421205 or 15450766. OLE color: 15450766.

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

Color convert

RGB142194235-
CMYK0.400.1700.08
HSL206.45º69.92%73.92%-
HSV(B)206.45º39.57%92.16%-
XYZ45.4450.3385.92-
YUV183.13157.2798.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.87%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=24.87%
G=33.98%
B=41.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421942350.400.1700.08206.4569.9273.92
Hex8EC2EB281108ce464a
Octal2163023535021010316106112
Binary10001110110000101110101110100010001010001100111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,194,235); }

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

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

 a { background-color: rgb(142,194,235); }

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

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

 span { border-color: rgb(142,194,235); }

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