#8ec0ef

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

Shades of Cornflower #8EC0EF

Tints of Cornflower #8EC0EF

Color information

#8EC0EF (or 0x8EC0EF) is unknown color: approx Cornflower. HEX triplet: 8E, C0 and EF. RGB value is (142,192,239). Sum of RGB (Red+Green+Blue) = 142+192+239=573 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.78% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EC0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC0EF is #713F10. Grayscale: #B6B6B6. Windows color (decimal): -7421713 or 15712398. OLE color: 15712398.

HSL color Cylindrical-coordinate representation of color #8EC0EF: hue angle of 209.07º 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 #8EC0EF is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142192239-
CMYK0.410.2000.06
HSL209.07º75.19%74.71%-
HSV(B)209.07º40.59%93.73%-
XYZ45.5849.6888.85-
YUV182.41159.9499.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.78%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=24.78%
G=33.51%
B=41.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421922390.410.2000.06209.0775.1974.71
Hex8EC0EF291406d14b4b
Octal216300357512406321113113
Binary1000111011000000111011111010011010001101101000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ec0ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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