#8EC7ED

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

Shades of Cornflower #8EC7ED

Tints of Cornflower #8EC7ED

Color information

#8EC7ED (or 0x8EC7ED) is unknown color: approx Cornflower. HEX triplet: 8E, C7 and ED. RGB value is (142,199,237). Sum of RGB (Red+Green+Blue) = 142+199+237=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EC7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC7ED is #713812. Grayscale: #BABABA. Windows color (decimal): -7419923 or 15583118. OLE color: 15583118.

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

Color convert

RGB142199237-
CMYK0.400.1600.07
HSL204º72.52%74.31%-
HSV(B)204º40.08%92.94%-
XYZ46.8652.7187.83-
YUV186.29156.6296.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.57%
GREEN value IS 199 (78.12% from 255) = 34.43%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=24.57%
G=34.43%
B=41.00%

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
Decimal1421992370.400.1600.0720472.5274.31
Hex8EC7ED281007cc494a
Octal216307355502007314111112
Binary1000111011000111111011011010001000001111100110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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