#8ECCF1

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

Shades of Cornflower #8ECCF1

Tints of Cornflower #8ECCF1

Color information

#8ECCF1 (or 0x8ECCF1) is unknown color: approx Cornflower. HEX triplet: 8E, CC and F1. RGB value is (142,204,241). Sum of RGB (Red+Green+Blue) = 142+204+241=587 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.19% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ECCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECCF1 is #71330E. Grayscale: #BDBDBD. Windows color (decimal): -7418639 or 15846542. OLE color: 15846542.

HSL color Cylindrical-coordinate representation of color #8ECCF1: hue angle of 202.42º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ECCF1 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142204241-
CMYK0.410.1500.05
HSL202.42º77.95%75.1%-
HSV(B)202.42º41.08%94.51%-
XYZ48.6355.2991.33-
YUV189.68156.9693.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.19%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=24.19%
G=34.75%
B=41.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422042410.410.1500.05202.4277.9575.1
Hex8ECCF129F05ca4e4b
Octal216314361511705312116113
Binary100011101100110011110001101001111101011100101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,204,241); }

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

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

 a { background-color: rgb(142,204,241); }

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

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

 span { border-color: rgb(142,204,241); }

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