Html Css Color HEX #90A5AB Botticelli

📋 copy color: '#90A5AB'

red 144 ◦ green 165 ◦ blue 171

#90A5AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #90A5AB

Tints of Botticelli #90A5AB

RGB

 RED value IS 144 (56.64% from 255) = 30%

 GREEN value IS 165 (64.84% from 255) = 34.38%

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 30%
G = 34.38%
B = 35.63%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#90A5AB (or 0x90A5AB) is known color: Botticelli. HEX triplet: 90, A5 and AB. RGB value is (144,165,171). Sum of RGB (Red+Green+Blue) = 144+165+171=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #90A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A5AB is #6F5A54. Grayscale: #9F9F9F. Windows color (decimal): -7297621 or 11249040. OLE color: 11249040.

HSL color Cylindrical-coordinate representation of color #90A5AB: hue angle of 193.33º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90A5AB is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 165 171 -
CMYK 0.16 0.04 0 0.33
HSL 193.33º 0.14% 0.62% -
HSV(B) 193.33º 0.16% 0.67% -
XYZ 32.31 35.78 43.73 -
YUV 159.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 144 165 171 0.16 0.04 0 0.33 193.33 0.14 0.62
Hex 90 A5 AB 10 4 0 21 C1 E 3E
Octal 220 245 253 20 4 0 41 301 16 76
Binary 10010000 10100101 10101011 10000 100 0 100001 11000001 1110 111110

Color Harmonies of #90A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A5AB

Black with #90A5AB

Text Example


Text Example

White with #90A5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90A5AB;
 }
 .AnyTagClassName
 {
   color: #90A5AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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