#8EC5EF

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

Shades of Cornflower #8EC5EF

Tints of Cornflower #8EC5EF

Color information

#8EC5EF (or 0x8EC5EF) is unknown color: approx Cornflower. HEX triplet: 8E, C5 and EF. RGB value is (142,197,239). Sum of RGB (Red+Green+Blue) = 142+197+239=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EC5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC5EF is #713A10. Grayscale: #B9B9B9. Windows color (decimal): -7420433 or 15713678. OLE color: 15713678.

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

Color convert

RGB142197239-
CMYK0.410.1800.06
HSL205.98º75.19%74.71%-
HSV(B)205.98º40.59%93.73%-
XYZ46.751.9289.22-
YUV185.34158.2897.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.57%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=24.57%
G=34.08%
B=41.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421972390.410.1800.06205.9875.1974.71
Hex8EC5EF291206ce4b4b
Octal216305357512206316113113
Binary1000111011000101111011111010011001001101100111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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