#8ECBF1

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

Shades of Cornflower #8ECBF1

Tints of Cornflower #8ECBF1

Color information

#8ECBF1 (or 0x8ECBF1) is unknown color: approx Cornflower. HEX triplet: 8E, CB and F1. RGB value is (142,203,241). Sum of RGB (Red+Green+Blue) = 142+203+241=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ECBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECBF1 is #71340E. Grayscale: #BCBCBC. Windows color (decimal): -7418895 or 15846286. OLE color: 15846286.

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

Color convert

RGB142203241-
CMYK0.410.1600.05
HSL203.03º77.95%75.1%-
HSV(B)203.03º41.08%94.51%-
XYZ48.3954.8191.25-
YUV189.09157.2994.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.23%
GREEN value IS 203 (79.69% from 255) = 34.64%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=24.23%
G=34.64%
B=41.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422032410.410.1600.05203.0377.9575.1
Hex8ECBF1291005cb4e4b
Octal216313361512005313116113
Binary1000111011001011111100011010011000001011100101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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