#8EBFE4

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

Shades of Cornflower #8EBFE4

Tints of Cornflower #8EBFE4

Color information

#8EBFE4 (or 0x8EBFE4) is unknown color: approx Cornflower. HEX triplet: 8E, BF and E4. RGB value is (142,191,228). Sum of RGB (Red+Green+Blue) = 142+191+228=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #8EBFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFE4 is #71401B. Grayscale: #B4B4B4. Windows color (decimal): -7421980 or 14991246. OLE color: 14991246.

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

Color convert

RGB142191228-
CMYK0.380.1600.11
HSL205.81º61.43%72.55%-
HSV(B)205.81º37.72%89.41%-
XYZ43.7948.6180.47-
YUV180.57154.77100.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.31%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=25.31%
G=34.05%
B=40.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1421912280.380.1600.11205.8161.4372.55
Hex8EBFE426100Bce3d49
Octal216277344462001331675111
Binary1000111010111111111001001001101000001011110011101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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