#8EBCE5

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

Shades of Cornflower #8EBCE5

Tints of Cornflower #8EBCE5

Color information

#8EBCE5 (or 0x8EBCE5) is unknown color: approx Cornflower. HEX triplet: 8E, BC and E5. RGB value is (142,188,229). Sum of RGB (Red+Green+Blue) = 142+188+229=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #8EBCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCE5 is #71431A. Grayscale: #B2B2B2. Windows color (decimal): -7422747 or 15056014. OLE color: 15056014.

HSL color Cylindrical-coordinate representation of color #8EBCE5: hue angle of 208.28º 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 #8EBCE5 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB142188229-
CMYK0.380.1800.10
HSL208.28º62.59%72.75%-
HSV(B)208.28º37.99%89.8%-
XYZ43.2847.3780.99-
YUV178.92156.26101.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.40%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 229 (89.84% from 255) = 40.97%
R=25.40%
G=33.63%
B=40.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1421882290.380.1800.10208.2862.5972.75
Hex8EBCE526120Ad03f49
Octal216274345462201232077111
Binary1000111010111100111001011001101001001010110100001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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