#8EC9EA

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

Shades of Cornflower #8EC9EA

Tints of Cornflower #8EC9EA

Color information

#8EC9EA (or 0x8EC9EA) is unknown color: approx Cornflower. HEX triplet: 8E, C9 and EA. RGB value is (142,201,234). Sum of RGB (Red+Green+Blue) = 142+201+234=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EC9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC9EA is #713615. Grayscale: #BABABA. Windows color (decimal): -7419414 or 15387022. OLE color: 15387022.

HSL color Cylindrical-coordinate representation of color #8EC9EA: hue angle of 201.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EC9EA is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142201234-
CMYK0.390.1400.08
HSL201.52º68.66%73.73%-
HSV(B)201.52º39.32%91.76%-
XYZ46.8953.4685.69-
YUV187.12154.4595.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.61%
GREEN value IS 201 (78.91% from 255) = 34.84%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=24.61%
G=34.84%
B=40.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422012340.390.1400.08201.5268.6673.73
Hex8EC9EA27E08ca454a
Octal2163113524716010312105112
Binary1000111011001001111010101001111110010001100101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,201,234); }

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

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

 a { background-color: rgb(142,201,234); }

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

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

 span { border-color: rgb(142,201,234); }

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