#8EAFB1

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

Shades of Botticelli #8EAFB1

Tints of Botticelli #8EAFB1

Color information

#8EAFB1 (or 0x8EAFB1) is unknown color: approx Botticelli. HEX triplet: 8E, AF and B1. RGB value is (142,175,177). Sum of RGB (Red+Green+Blue) = 142+175+177=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 177 - color contains mainly: blue. Hex color #8EAFB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAFB1 is #71504E. Grayscale: #A5A5A5. Windows color (decimal): -7426127 or 11644814. OLE color: 11644814.

HSL color Cylindrical-coordinate representation of color #8EAFB1: hue angle of 183.43º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8EAFB1 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB142175177-
CMYK0.200.0100.31
HSL183.43º18.32%62.55%-
HSV(B)183.43º19.77%69.41%-
XYZ34.4239.5947.42-
YUV165.36134.57111.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=28.74%
G=35.43%
B=35.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421751770.200.0100.31183.4318.3262.55
Hex8EAFB114101Fb7123f
Octal2162572612410372672277
Binary1000111010101111101100011010010111111011011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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