#8EBCE4

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

Shades of Cornflower #8EBCE4

Tints of Cornflower #8EBCE4

Color information

#8EBCE4 (or 0x8EBCE4) is unknown color: approx Cornflower. HEX triplet: 8E, BC and E4. RGB value is (142,188,228). Sum of RGB (Red+Green+Blue) = 142+188+228=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #8EBCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCE4 is #71431B. Grayscale: #B2B2B2. Windows color (decimal): -7422748 or 14990478. OLE color: 14990478.

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

Color convert

RGB142188228-
CMYK0.380.1800.11
HSL207.91º61.43%72.55%-
HSV(B)207.91º37.72%89.41%-
XYZ43.1447.3280.26-
YUV178.81155.76101.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.45%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 228 (89.45% from 255) = 40.86%
R=25.45%
G=33.69%
B=40.86%

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
Decimal1421882280.380.1800.11207.9161.4372.55
Hex8EBCE426120Bd03d49
Octal216274344462201332075111
Binary1000111010111100111001001001101001001011110100001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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