#90AAAD

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

Shades of Botticelli #90AAAD

Tints of Botticelli #90AAAD

Color information

#90AAAD (or 0x90AAAD) is unknown color: approx Botticelli. HEX triplet: 90, AA and AD. RGB value is (144,170,173). Sum of RGB (Red+Green+Blue) = 144+170+173=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #90AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAAD is #6F5552. Grayscale: #A2A2A2. Windows color (decimal): -7296339 or 11381392. OLE color: 11381392.

HSL color Cylindrical-coordinate representation of color #90AAAD: hue angle of 186.21º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90AAAD is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144170173-
CMYK0.170.0200.32
HSL186.21º15.03%62.16%-
HSV(B)186.21º16.76%67.84%-
XYZ33.4237.745.05-
YUV162.57133.89114.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.57%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=29.57%
G=34.91%
B=35.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441701730.170.0200.32186.2115.0362.16
Hex90AAAD112020baf3e
Octal2202522552120402721776
Binary10010000101010101010110110001100100000101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AAAD; }

 p { color: rgb(144,170,173); }

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

<style>
 a { background-color: #90AAAD; }

 a { background-color: rgb(144,170,173); }

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

<style>
 span { border-color: #90AAAD; }

 span { border-color: rgb(144,170,173); }

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