#8AAFB5

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

Shades of Botticelli #8AAFB5

Tints of Botticelli #8AAFB5

Color information

#8AAFB5 (or 0x8AAFB5) is unknown color: approx Botticelli. HEX triplet: 8A, AF and B5. RGB value is (138,175,181). Sum of RGB (Red+Green+Blue) = 138+175+181=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 181 - color contains mainly: blue. Hex color #8AAFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFB5 is #75504A. Grayscale: #A4A4A4. Windows color (decimal): -7688267 or 11906954. OLE color: 11906954.

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

Color convert

RGB138175181-
CMYK0.240.0300.29
HSL188.37º22.51%62.55%-
HSV(B)188.37º23.76%70.98%-
XYZ34.1539.449.52-
YUV164.62137.24109.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=27.94%
G=35.43%
B=36.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381751810.240.0300.29188.3722.5162.55
Hex8AAFB518301Dbc173f
Octal2122572653030352742777
Binary10001010101011111011010111000110111011011110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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