#8EB8EC

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

Shades of Cornflower #8EB8EC

Tints of Cornflower #8EB8EC

Color information

#8EB8EC (or 0x8EB8EC) is unknown color: approx Cornflower. HEX triplet: 8E, B8 and EC. RGB value is (142,184,236). Sum of RGB (Red+Green+Blue) = 142+184+236=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EB8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB8EC is #714713. Grayscale: #B1B1B1. Windows color (decimal): -7423764 or 15513742. OLE color: 15513742.

HSL color Cylindrical-coordinate representation of color #8EB8EC: hue angle of 213.19º 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 #8EB8EC is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142184236-
CMYK0.400.2200.07
HSL213.19º71.21%74.12%-
HSV(B)213.19º39.83%92.55%-
XYZ43.4446.0985.96-
YUV177.37161.09102.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.27%
GREEN value IS 184 (72.27% from 255) = 32.74%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=25.27%
G=32.74%
B=41.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421842360.400.2200.07213.1971.2174.12
Hex8EB8EC281607d5474a
Octal216270354502607325107112
Binary1000111010111000111011001010001011001111101010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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