#90AAB5

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

Shades of Botticelli #90AAB5

Tints of Botticelli #90AAB5

Color information

#90AAB5 (or 0x90AAB5) is unknown color: approx Botticelli. HEX triplet: 90, AA and B5. RGB value is (144,170,181). Sum of RGB (Red+Green+Blue) = 144+170+181=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #90AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AAB5 is #6F554A. Grayscale: #A3A3A3. Windows color (decimal): -7296331 or 11905680. OLE color: 11905680.

HSL color Cylindrical-coordinate representation of color #90AAB5: hue angle of 197.84º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90AAB5 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144170181-
CMYK0.200.0600.29
HSL197.84º20%63.73%-
HSV(B)197.84º20.44%70.98%-
XYZ34.2238.0149.25-
YUV163.48137.89114.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=29.09%
G=34.34%
B=36.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441701810.200.0600.29197.842063.73
Hex90AAB514601Dc61440
Octal22025226524603530624100
Binary1001000010101010101101011010011001110111000110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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