#8EB9EC

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

Shades of Cornflower #8EB9EC

Tints of Cornflower #8EB9EC

Color information

#8EB9EC (or 0x8EB9EC) is unknown color: approx Cornflower. HEX triplet: 8E, B9 and EC. RGB value is (142,185,236). Sum of RGB (Red+Green+Blue) = 142+185+236=563 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.22% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EB9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB9EC is #714613. Grayscale: #B1B1B1. Windows color (decimal): -7423508 or 15513998. OLE color: 15513998.

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

Color convert

RGB142185236-
CMYK0.400.2200.07
HSL212.55º71.21%74.12%-
HSV(B)212.55º39.83%92.55%-
XYZ43.6446.586.03-
YUV177.96160.75102.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.22%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=25.22%
G=32.86%
B=41.92%

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
Decimal1421852360.400.2200.07212.5571.2174.12
Hex8EB9EC281607d5474a
Octal216271354502607325107112
Binary1000111010111001111011001010001011001111101010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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