#8EAAAF

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

Shades of Botticelli #8EAAAF

Tints of Botticelli #8EAAAF

Color information

#8EAAAF (or 0x8EAAAF) is unknown color: approx Botticelli. HEX triplet: 8E, AA and AF. RGB value is (142,170,175). Sum of RGB (Red+Green+Blue) = 142+170+175=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #8EAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAAAF is #715550. Grayscale: #A2A2A2. Windows color (decimal): -7427409 or 11512462. OLE color: 11512462.

HSL color Cylindrical-coordinate representation of color #8EAAAF: hue angle of 189.09º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EAAAF is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB142170175-
CMYK0.190.0300.31
HSL189.09º17.1%62.16%-
HSV(B)189.09º18.86%68.63%-
XYZ33.2737.646.06-
YUV162.2135.22113.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=29.16%
G=34.91%
B=35.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421701750.190.0300.31189.0917.162.16
Hex8EAAAF13301Fbd113e
Octal2162522572330372752176
Binary10001110101010101010111110011110111111011110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,175); }

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

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

 a { background-color: rgb(142,170,175); }

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

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

 span { border-color: rgb(142,170,175); }

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