#8EBAE5

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

Shades of Cornflower #8EBAE5

Tints of Cornflower #8EBAE5

Color information

#8EBAE5 (or 0x8EBAE5) is unknown color: approx Cornflower. HEX triplet: 8E, BA and E5. RGB value is (142,186,229). Sum of RGB (Red+Green+Blue) = 142+186+229=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #8EBAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBAE5 is #71451A. Grayscale: #B1B1B1. Windows color (decimal): -7423259 or 15055502. OLE color: 15055502.

HSL color Cylindrical-coordinate representation of color #8EBAE5: hue angle of 209.66º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EBAE5 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB142186229-
CMYK0.380.1900.10
HSL209.66º62.59%72.75%-
HSV(B)209.66º37.99%89.8%-
XYZ42.8646.5380.85-
YUV177.75156.92102.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.49%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 229 (89.84% from 255) = 41.11%
R=25.49%
G=33.39%
B=41.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1421862290.380.1900.10209.6662.5972.75
Hex8EBAE526130Ad23f49
Octal216272345462301232277111
Binary1000111010111010111001011001101001101010110100101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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