#8EB9DC

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

Shades of Cornflower #8EB9DC

Tints of Cornflower #8EB9DC

Color information

#8EB9DC (or 0x8EB9DC) is unknown color: approx Cornflower. HEX triplet: 8E, B9 and DC. RGB value is (142,185,220). Sum of RGB (Red+Green+Blue) = 142+185+220=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EB9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB9DC is #714623. Grayscale: #AFAFAF. Windows color (decimal): -7423524 or 14465422. OLE color: 14465422.

HSL color Cylindrical-coordinate representation of color #8EB9DC: hue angle of 206.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EB9DC is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142185220-
CMYK0.350.1600.14
HSL206.92º52.7%70.98%-
HSV(B)206.92º35.45%86.27%-
XYZ41.4245.6274.33-
YUV176.13152.75103.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=25.96%
G=33.82%
B=40.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421852200.350.1600.14206.9252.770.98
Hex8EB9DC23100Ecf3547
Octal216271334432001631765107
Binary1000111010111001110111001000111000001110110011111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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