#8EC3EA

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

Shades of Cornflower #8EC3EA

Tints of Cornflower #8EC3EA

Color information

#8EC3EA (or 0x8EC3EA) is unknown color: approx Cornflower. HEX triplet: 8E, C3 and EA. RGB value is (142,195,234). Sum of RGB (Red+Green+Blue) = 142+195+234=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EC3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC3EA is #713C15. Grayscale: #B7B7B7. Windows color (decimal): -7420950 or 15385486. OLE color: 15385486.

HSL color Cylindrical-coordinate representation of color #8EC3EA: hue angle of 205.43º 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 #8EC3EA is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142195234-
CMYK0.390.1700.08
HSL205.43º68.66%73.73%-
HSV(B)205.43º39.32%91.76%-
XYZ45.5250.7285.23-
YUV183.6156.4498.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.87%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=24.87%
G=34.15%
B=40.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421952340.390.1700.08205.4368.6673.73
Hex8EC3EA271108cd454a
Octal2163033524721010315105112
Binary10001110110000111110101010011110001010001100110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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