#90A9B4

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

Shades of Botticelli #90A9B4

Tints of Botticelli #90A9B4

Color information

#90A9B4 (or 0x90A9B4) is unknown color: approx Botticelli. HEX triplet: 90, A9 and B4. RGB value is (144,169,180). Sum of RGB (Red+Green+Blue) = 144+169+180=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 180 - color contains mainly: blue. Hex color #90A9B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A9B4 is #6F564B. Grayscale: #A2A2A2. Windows color (decimal): -7296588 or 11839888. OLE color: 11839888.

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

Color convert

RGB144169180-
CMYK0.20.0600.29
HSL198.33º19.35%63.53%-
HSV(B)198.33º20%70.59%-
XYZ33.9337.648.65-
YUV162.78137.72114.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 180 (70.70% from 255) = 36.51%
R=29.21%
G=34.28%
B=36.51%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441691800.20.0600.29198.3319.3563.53
Hex90A9B414601Dc61340
Octal22025126424603530623100
Binary1001000010101001101101001010011001110111000110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,169,180); }

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

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

 a { background-color: rgb(144,169,180); }

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

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

 span { border-color: rgb(144,169,180); }

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