#8AAFB9

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

Shades of Botticelli #8AAFB9

Tints of Botticelli #8AAFB9

Color information

#8AAFB9 (or 0x8AAFB9) is unknown color: approx Botticelli. HEX triplet: 8A, AF and B9. RGB value is (138,175,185). Sum of RGB (Red+Green+Blue) = 138+175+185=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #8AAFB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFB9 is #755046. Grayscale: #A5A5A5. Windows color (decimal): -7688263 or 12169098. OLE color: 12169098.

HSL color Cylindrical-coordinate representation of color #8AAFB9: hue angle of 192.77º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AAFB9 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB138175185-
CMYK0.250.0500.27
HSL192.77º25.13%63.33%-
HSV(B)192.77º25.41%72.55%-
XYZ34.5739.5751.71-
YUV165.08139.24108.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.71%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=27.71%
G=35.14%
B=37.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381751850.250.0500.27192.7725.1363.33
Hex8AAFB919501Bc1193f
Octal2122572713150333013177
Binary100010101010111110111001110011010110111100000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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