#8EBFED

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

Shades of Cornflower #8EBFED

Tints of Cornflower #8EBFED

Color information

#8EBFED (or 0x8EBFED) is unknown color: approx Cornflower. HEX triplet: 8E, BF and ED. RGB value is (142,191,237). Sum of RGB (Red+Green+Blue) = 142+191+237=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EBFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBFED is #714012. Grayscale: #B5B5B5. Windows color (decimal): -7421971 or 15581070. OLE color: 15581070.

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

Color convert

RGB142191237-
CMYK0.400.1900.07
HSL209.05º72.52%74.31%-
HSV(B)209.05º40.08%92.94%-
XYZ45.0749.1387.23-
YUV181.59159.2799.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.91%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=24.91%
G=33.51%
B=41.58%

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
Decimal1421912370.400.1900.07209.0572.5274.31
Hex8EBFED281307d1494a
Octal216277355502307321111112
Binary1000111010111111111011011010001001101111101000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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