#98AEAF

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

Shades of Botticelli #98AEAF

Tints of Botticelli #98AEAF

Color information

#98AEAF (or 0x98AEAF) is unknown color: approx Botticelli. HEX triplet: 98, AE and AF. RGB value is (152,174,175). Sum of RGB (Red+Green+Blue) = 152+174+175=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 175 - color contains mainly: blue. Hex color #98AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AEAF is #675150. Grayscale: #A7A7A7. Windows color (decimal): -6771025 or 11513496. OLE color: 11513496.

HSL color Cylindrical-coordinate representation of color #98AEAF: hue angle of 182.61º 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 #98AEAF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152174175-
CMYK0.130.0100.31
HSL182.61º12.57%64.12%-
HSV(B)182.61º13.14%68.63%-
XYZ35.8240.0446.4-
YUV167.54132.21116.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=30.34%
G=34.73%
B=34.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521741750.130.0100.31182.6112.5764.12
Hex98AEAFD101Fb7d40
Octal23025625715103726715100
Binary100110001010111010101111110110111111011011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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