#90AAB3

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

Shades of Botticelli #90AAB3

Tints of Botticelli #90AAB3

Color information

#90AAB3 (or 0x90AAB3) is unknown color: approx Botticelli. HEX triplet: 90, AA and B3. RGB value is (144,170,179). Sum of RGB (Red+Green+Blue) = 144+170+179=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #90AAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AAB3 is #6F554C. Grayscale: #A3A3A3. Windows color (decimal): -7296333 or 11774608. OLE color: 11774608.

HSL color Cylindrical-coordinate representation of color #90AAB3: hue angle of 195.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90AAB3 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB144170179-
CMYK0.200.0500.30
HSL195.43º18.72%63.33%-
HSV(B)195.43º19.55%70.2%-
XYZ34.0137.9348.18-
YUV163.25136.89114.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=29.21%
G=34.48%
B=36.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441701790.200.0500.30195.4318.7263.33
Hex90AAB314501Ec3133f
Octal2202522632450363032377
Binary100100001010101010110011101001010111101100001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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