#8EBCEF

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

Shades of Cornflower #8EBCEF

Tints of Cornflower #8EBCEF

Color information

#8EBCEF (or 0x8EBCEF) is unknown color: approx Cornflower. HEX triplet: 8E, BC and EF. RGB value is (142,188,239). Sum of RGB (Red+Green+Blue) = 142+188+239=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EBCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBCEF is #714310. Grayscale: #B3B3B3. Windows color (decimal): -7422737 or 15711374. OLE color: 15711374.

HSL color Cylindrical-coordinate representation of color #8EBCEF: hue angle of 211.55º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EBCEF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142188239-
CMYK0.410.2100.06
HSL211.55º75.19%74.71%-
HSV(B)211.55º40.59%93.73%-
XYZ44.7247.9588.56-
YUV180.06161.26100.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.96%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=24.96%
G=33.04%
B=42.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421882390.410.2100.06211.5575.1974.71
Hex8EBCEF291506d44b4b
Octal216274357512506324113113
Binary1000111010111100111011111010011010101101101010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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