#8EC4DF

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

Shades of Cornflower #8EC4DF

Tints of Cornflower #8EC4DF

Color information

#8EC4DF (or 0x8EC4DF) is unknown color: approx Cornflower. HEX triplet: 8E, C4 and DF. RGB value is (142,196,223). Sum of RGB (Red+Green+Blue) = 142+196+223=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EC4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4DF is #713B20. Grayscale: #B6B6B6. Windows color (decimal): -7420705 or 14664846. OLE color: 14664846.

HSL color Cylindrical-coordinate representation of color #8EC4DF: hue angle of 200º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EC4DF is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142196223-
CMYK0.360.1200.13
HSL200º55.86%71.57%-
HSV(B)200º36.32%87.45%-
XYZ44.2150.5677.24-
YUV182.93150.6198.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.31%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=25.31%
G=34.94%
B=39.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421962230.360.1200.1320055.8671.57
Hex8EC4DF24C0Dc83848
Octal216304337441401531070110
Binary100011101100010011011111100100110001101110010001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,196,223); }

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

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

 a { background-color: rgb(142,196,223); }

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

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

 span { border-color: rgb(142,196,223); }

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