#8EC5DF

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

Shades of Cornflower #8EC5DF

Tints of Cornflower #8EC5DF

Color information

#8EC5DF (or 0x8EC5DF) is unknown color: approx Cornflower. HEX triplet: 8E, C5 and DF. RGB value is (142,197,223). Sum of RGB (Red+Green+Blue) = 142+197+223=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC5DF is #713A20. Grayscale: #B7B7B7. Windows color (decimal): -7420449 or 14665102. OLE color: 14665102.

HSL color Cylindrical-coordinate representation of color #8EC5DF: hue angle of 199.26º 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 #8EC5DF is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142197223-
CMYK0.360.1200.13
HSL199.26º55.86%71.57%-
HSV(B)199.26º36.32%87.45%-
XYZ44.4451.0177.32-
YUV183.52150.2898.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.27%
GREEN value IS 197 (77.34% from 255) = 35.05%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=25.27%
G=35.05%
B=39.68%

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
Decimal1421972230.360.1200.13199.2655.8671.57
Hex8EC5DF24C0Dc73848
Octal216305337441401530770110
Binary100011101100010111011111100100110001101110001111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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