#90ABB5

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

Shades of Botticelli #90ABB5

Tints of Botticelli #90ABB5

Color information

#90ABB5 (or 0x90ABB5) is unknown color: approx Botticelli. HEX triplet: 90, AB and B5. RGB value is (144,171,181). Sum of RGB (Red+Green+Blue) = 144+171+181=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #90ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABB5 is #6F544A. Grayscale: #A4A4A4. Windows color (decimal): -7296075 or 11905936. OLE color: 11905936.

HSL color Cylindrical-coordinate representation of color #90ABB5: hue angle of 196.22º 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 #90ABB5 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144171181-
CMYK0.200.0600.29
HSL196.22º20%63.73%-
HSV(B)196.22º20.44%70.98%-
XYZ34.4138.3949.31-
YUV164.07137.55113.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.03%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=29.03%
G=34.48%
B=36.49%

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
Decimal1441711810.200.0600.29196.222063.73
Hex90ABB514601Dc41440
Octal22025326524603530424100
Binary1001000010101011101101011010011001110111000100101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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