#8EBCED

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

Shades of Cornflower #8EBCED

Tints of Cornflower #8EBCED

Color information

#8EBCED (or 0x8EBCED) is unknown color: approx Cornflower. HEX triplet: 8E, BC and ED. RGB value is (142,188,237). Sum of RGB (Red+Green+Blue) = 142+188+237=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EBCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBCED is #714312. Grayscale: #B3B3B3. Windows color (decimal): -7422739 or 15580302. OLE color: 15580302.

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

Color convert

RGB142188237-
CMYK0.400.2100.07
HSL210.95º72.52%74.31%-
HSV(B)210.95º40.08%92.94%-
XYZ44.4247.8387.01-
YUV179.83160.26101.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.04%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=25.04%
G=33.16%
B=41.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421882370.400.2100.07210.9572.5274.31
Hex8EBCED281507d3494a
Octal216274355502507323111112
Binary1000111010111100111011011010001010101111101001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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