#8EBFDE

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

Shades of Cornflower #8EBFDE

Tints of Cornflower #8EBFDE

Color information

#8EBFDE (or 0x8EBFDE) is unknown color: approx Cornflower. HEX triplet: 8E, BF and DE. RGB value is (142,191,222). Sum of RGB (Red+Green+Blue) = 142+191+222=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #8EBFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFDE is #714021. Grayscale: #B3B3B3. Windows color (decimal): -7421986 or 14598030. OLE color: 14598030.

HSL color Cylindrical-coordinate representation of color #8EBFDE: hue angle of 203.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EBFDE is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142191222-
CMYK0.360.1400.13
HSL203.25º54.79%71.37%-
HSV(B)203.25º36.04%87.06%-
XYZ42.9748.2976.16-
YUV179.88151.77100.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.59%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 222 (87.11% from 255) = 40%
R=25.59%
G=34.41%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421912220.360.1400.13203.2554.7971.37
Hex8EBFDE24E0Dcb3747
Octal216277336441601531367107
Binary100011101011111111011110100100111001101110010111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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