#8EC1EE

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

Shades of Cornflower #8EC1EE

Tints of Cornflower #8EC1EE

Color information

#8EC1EE (or 0x8EC1EE) is unknown color: approx Cornflower. HEX triplet: 8E, C1 and EE. RGB value is (142,193,238). Sum of RGB (Red+Green+Blue) = 142+193+238=573 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.78% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EC1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC1EE is #713E11. Grayscale: #B6B6B6. Windows color (decimal): -7421458 or 15647118. OLE color: 15647118.

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

Color convert

RGB142193238-
CMYK0.400.1900.07
HSL208.12º73.85%74.51%-
HSV(B)208.12º40.34%93.33%-
XYZ45.6650.0688.15-
YUV182.88159.198.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.78%
GREEN value IS 193 (75.78% from 255) = 33.68%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=24.78%
G=33.68%
B=41.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421932380.400.1900.07208.1273.8574.51
Hex8EC1EE281307d04a4b
Octal216301356502307320112113
Binary1000111011000001111011101010001001101111101000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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