#8ecaef

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

Shades of Cornflower #8ECAEF

Tints of Cornflower #8ECAEF

Color information

#8ECAEF (or 0x8ECAEF) is unknown color: approx Cornflower. HEX triplet: 8E, CA and EF. RGB value is (142,202,239). Sum of RGB (Red+Green+Blue) = 142+202+239=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ECAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECAEF is #713510. Grayscale: #BCBCBC. Windows color (decimal): -7419153 or 15714958. OLE color: 15714958.

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

Color convert

RGB142202239-
CMYK0.410.1500.06
HSL202.89º75.19%74.71%-
HSV(B)202.89º40.59%93.73%-
XYZ47.8654.2289.61-
YUV188.28156.6294.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.36%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=24.36%
G=34.65%
B=40.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422022390.410.1500.06202.8975.1974.71
Hex8ECAEF29F06cb4b4b
Octal216312357511706313113113
Binary100011101100101011101111101001111101101100101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ecaef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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