#8EC1EB

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

Shades of Cornflower #8EC1EB

Tints of Cornflower #8EC1EB

Color information

#8EC1EB (or 0x8EC1EB) is unknown color: approx Cornflower. HEX triplet: 8E, C1 and EB. RGB value is (142,193,235). Sum of RGB (Red+Green+Blue) = 142+193+235=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EC1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC1EB is #713E14. Grayscale: #B6B6B6. Windows color (decimal): -7421461 or 15450510. OLE color: 15450510.

HSL color Cylindrical-coordinate representation of color #8EC1EB: hue angle of 207.1º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC1EB is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142193235-
CMYK0.400.1800.08
HSL207.1º69.92%73.92%-
HSV(B)207.1º39.57%92.16%-
XYZ45.2249.8985.84-
YUV182.54157.699.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.91%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=24.91%
G=33.86%
B=41.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421932350.400.1800.08207.169.9273.92
Hex8EC1EB281208cf464a
Octal2163013535022010317106112
Binary10001110110000011110101110100010010010001100111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,193,235); }

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

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

 a { background-color: rgb(142,193,235); }

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

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

 span { border-color: rgb(142,193,235); }

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