#8EBFE5

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

Shades of Cornflower #8EBFE5

Tints of Cornflower #8EBFE5

Color information

#8EBFE5 (or 0x8EBFE5) is unknown color: approx Cornflower. HEX triplet: 8E, BF and E5. RGB value is (142,191,229). Sum of RGB (Red+Green+Blue) = 142+191+229=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #8EBFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFE5 is #71401A. Grayscale: #B4B4B4. Windows color (decimal): -7421979 or 15056782. OLE color: 15056782.

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

Color convert

RGB142191229-
CMYK0.380.1700.10
HSL206.21º62.59%72.75%-
HSV(B)206.21º37.99%89.8%-
XYZ43.9348.6781.21-
YUV180.68155.27100.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.27%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 229 (89.84% from 255) = 40.75%
R=25.27%
G=33.99%
B=40.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1421912290.380.1700.10206.2162.5972.75
Hex8EBFE526110Ace3f49
Octal216277345462101231677111
Binary1000111010111111111001011001101000101010110011101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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