#8EC8ED

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

Shades of Cornflower #8EC8ED

Tints of Cornflower #8EC8ED

Color information

#8EC8ED (or 0x8EC8ED) is unknown color: approx Cornflower. HEX triplet: 8E, C8 and ED. RGB value is (142,200,237). Sum of RGB (Red+Green+Blue) = 142+200+237=579 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.53% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EC8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC8ED is #713712. Grayscale: #BABABA. Windows color (decimal): -7419667 or 15583374. OLE color: 15583374.

HSL color Cylindrical-coordinate representation of color #8EC8ED: hue angle of 203.37º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC8ED is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142200237-
CMYK0.400.1600.07
HSL203.37º72.52%74.31%-
HSV(B)203.37º40.08%92.94%-
XYZ47.153.1787.9-
YUV186.88156.2895.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.53%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=24.53%
G=34.54%
B=40.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422002370.400.1600.07203.3772.5274.31
Hex8EC8ED281007cb494a
Octal216310355502007313111112
Binary1000111011001000111011011010001000001111100101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,200,237); }

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

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

 a { background-color: rgb(142,200,237); }

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

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

 span { border-color: rgb(142,200,237); }

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