#99AFB5

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

Shades of Botticelli #99AFB5

Tints of Botticelli #99AFB5

Color information

#99AFB5 (or 0x99AFB5) is unknown color: approx Botticelli. HEX triplet: 99, AF and B5. RGB value is (153,175,181). Sum of RGB (Red+Green+Blue) = 153+175+181=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 181 - color contains mainly: blue. Hex color #99AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFB5 is #66504A. Grayscale: #A9A9A9. Windows color (decimal): -6705227 or 11906969. OLE color: 11906969.

HSL color Cylindrical-coordinate representation of color #99AFB5: hue angle of 192.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99AFB5 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153175181-
CMYK0.150.0300.29
HSL192.86º15.91%65.49%-
HSV(B)192.86º15.47%70.98%-
XYZ36.8140.7749.65-
YUV169.11134.71116.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=30.06%
G=34.38%
B=35.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531751810.150.0300.29192.8615.9165.49
Hex99AFB5F301Dc11041
Octal23125726517303530120101
Binary10011001101011111011010111111101110111000001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AFB5; }

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

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

<style>
 a { background-color: #99AFB5; }

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

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

<style>
 span { border-color: #99AFB5; }

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

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