#98AAAF

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

Shades of Botticelli #98AAAF

Tints of Botticelli #98AAAF

Color information

#98AAAF (or 0x98AAAF) is unknown color: approx Botticelli. HEX triplet: 98, AA and AF. RGB value is (152,170,175). Sum of RGB (Red+Green+Blue) = 152+170+175=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #98AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AAAF is #675550. Grayscale: #A5A5A5. Windows color (decimal): -6772049 or 11512472. OLE color: 11512472.

HSL color Cylindrical-coordinate representation of color #98AAAF: hue angle of 193.04º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AAAF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152170175-
CMYK0.130.0300.31
HSL193.04º12.57%64.12%-
HSV(B)193.04º13.14%68.63%-
XYZ35.0638.5246.14-
YUV165.19133.54118.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=30.58%
G=34.21%
B=35.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521701750.130.0300.31193.0412.5764.12
Hex98AAAFD301Fc1d40
Octal23025225715303730115100
Binary1001100010101010101011111101110111111100000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AAAF; }

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

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

<style>
 a { background-color: #98AAAF; }

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

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

<style>
 span { border-color: #98AAAF; }

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

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