#8EBADD

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

Shades of Cornflower #8EBADD

Tints of Cornflower #8EBADD

Color information

#8EBADD (or 0x8EBADD) is unknown color: approx Cornflower. HEX triplet: 8E, BA and DD. RGB value is (142,186,221). Sum of RGB (Red+Green+Blue) = 142+186+221=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBADD is #714522. Grayscale: #B0B0B0. Windows color (decimal): -7423267 or 14531214. OLE color: 14531214.

HSL color Cylindrical-coordinate representation of color #8EBADD: hue angle of 206.58º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EBADD is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142186221-
CMYK0.360.1600.13
HSL206.58º53.74%71.18%-
HSV(B)206.58º35.75%86.67%-
XYZ41.7746.0975.1-
YUV176.83152.92103.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.87%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=25.87%
G=33.88%
B=40.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421862210.360.1600.13206.5853.7471.18
Hex8EBADD24100Dcf3647
Octal216272335442001531766107
Binary1000111010111010110111011001001000001101110011111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,186,221); }

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

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

 a { background-color: rgb(142,186,221); }

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

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

 span { border-color: rgb(142,186,221); }

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