#8EB9EB

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

Shades of Cornflower #8EB9EB

Tints of Cornflower #8EB9EB

Color information

#8EB9EB (or 0x8EB9EB) is unknown color: approx Cornflower. HEX triplet: 8E, B9 and EB. RGB value is (142,185,235). Sum of RGB (Red+Green+Blue) = 142+185+235=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB9EB is #714614. Grayscale: #B1B1B1. Windows color (decimal): -7423509 or 15448462. OLE color: 15448462.

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

Color convert

RGB142185235-
CMYK0.400.2100.08
HSL212.26º69.92%73.92%-
HSV(B)212.26º39.57%92.16%-
XYZ43.546.4585.27-
YUV177.84160.25102.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.27%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=25.27%
G=32.92%
B=41.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421852350.400.2100.08212.2669.9273.92
Hex8EB9EB281508d4464a
Octal2162713535025010324106112
Binary10001110101110011110101110100010101010001101010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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