#8EAFB5

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

Shades of Botticelli #8EAFB5

Tints of Botticelli #8EAFB5

Color information

#8EAFB5 (or 0x8EAFB5) is unknown color: approx Botticelli. HEX triplet: 8E, AF and B5. RGB value is (142,175,181). Sum of RGB (Red+Green+Blue) = 142+175+181=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 181 - color contains mainly: blue. Hex color #8EAFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFB5 is #71504A. Grayscale: #A5A5A5. Windows color (decimal): -7426123 or 11906958. OLE color: 11906958.

HSL color Cylindrical-coordinate representation of color #8EAFB5: hue angle of 189.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EAFB5 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB142175181-
CMYK0.220.0300.29
HSL189.23º20.86%63.33%-
HSV(B)189.23º21.55%70.98%-
XYZ34.8339.7549.55-
YUV165.82136.57111.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 181 (71.09% from 255) = 36.35%
R=28.51%
G=35.14%
B=36.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421751810.220.0300.29189.2320.8663.33
Hex8EAFB516301Dbd153f
Octal2162572652630352752577
Binary10001110101011111011010110110110111011011110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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