#8ECCED

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

Shades of Cornflower #8ECCED

Tints of Cornflower #8ECCED

Color information

#8ECCED (or 0x8ECCED) is unknown color: approx Cornflower. HEX triplet: 8E, CC and ED. RGB value is (142,204,237). Sum of RGB (Red+Green+Blue) = 142+204+237=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ECCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECCED is #713312. Grayscale: #BDBDBD. Windows color (decimal): -7418643 or 15584398. OLE color: 15584398.

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

Color convert

RGB142204237-
CMYK0.400.1400.07
HSL200.84º72.52%74.31%-
HSV(B)200.84º40.08%92.94%-
XYZ48.0355.0588.21-
YUV189.22154.9694.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.36%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=24.36%
G=34.99%
B=40.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422042370.400.1400.07200.8472.5274.31
Hex8ECCED28E07c9494a
Octal216314355501607311111112
Binary100011101100110011101101101000111001111100100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,204,237); }

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

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

 a { background-color: rgb(142,204,237); }

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

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

 span { border-color: rgb(142,204,237); }

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