#8EBAE4

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

Shades of Cornflower #8EBAE4

Tints of Cornflower #8EBAE4

Color information

#8EBAE4 (or 0x8EBAE4) is unknown color: approx Cornflower. HEX triplet: 8E, BA and E4. RGB value is (142,186,228). Sum of RGB (Red+Green+Blue) = 142+186+228=556 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.54% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #8EBAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBAE4 is #71451B. Grayscale: #B1B1B1. Windows color (decimal): -7423260 or 14989966. OLE color: 14989966.

HSL color Cylindrical-coordinate representation of color #8EBAE4: hue angle of 209.3º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EBAE4 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB142186228-
CMYK0.380.1800.11
HSL209.3º61.43%72.55%-
HSV(B)209.3º37.72%89.41%-
XYZ42.7246.4780.12-
YUV177.63156.42102.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.54%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 228 (89.45% from 255) = 41.01%
R=25.54%
G=33.45%
B=41.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1421862280.380.1800.11209.361.4372.55
Hex8EBAE426120Bd13d49
Octal216272344462201332175111
Binary1000111010111010111001001001101001001011110100011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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