#8EC9EE

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

Shades of Cornflower #8EC9EE

Tints of Cornflower #8EC9EE

Color information

#8EC9EE (or 0x8EC9EE) is unknown color: approx Cornflower. HEX triplet: 8E, C9 and EE. RGB value is (142,201,238). Sum of RGB (Red+Green+Blue) = 142+201+238=581 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.44% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EC9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC9EE is #713611. Grayscale: #BBBBBB. Windows color (decimal): -7419410 or 15649166. OLE color: 15649166.

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

Color convert

RGB142201238-
CMYK0.400.1600.07
HSL203.12º73.85%74.51%-
HSV(B)203.12º40.34%93.33%-
XYZ47.4753.788.75-
YUV187.58156.4595.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.44%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=24.44%
G=34.60%
B=40.96%

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
Decimal1422012380.400.1600.07203.1273.8574.51
Hex8EC9EE281007cb4a4b
Octal216311356502007313112113
Binary1000111011001001111011101010001000001111100101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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