Html Css Color HEX #90A9AD Botticelli

📋 copy color: '#90A9AD'

red 144 ◦ green 169 ◦ blue 173

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

Shades of Botticelli #90A9AD

Tints of Botticelli #90A9AD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.77%

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 29.63%
G = 34.77%
B = 35.6%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#90A9AD (or 0x90A9AD) is known color: Botticelli. HEX triplet: 90, A9 and AD. RGB value is (144,169,173). Sum of RGB (Red+Green+Blue) = 144+169+173=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #90A9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A9AD is #6F5652. Grayscale: #A1A1A1. Windows color (decimal): -7296595 or 11381136. OLE color: 11381136.

HSL color Cylindrical-coordinate representation of color #90A9AD: hue angle of 188.28º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90A9AD is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 169 173 -
CMYK 0.17 0.02 0 0.32
HSL 188.28º 0.15% 0.62% -
HSV(B) 188.28º 0.17% 0.68% -
XYZ 33.23 37.32 44.99 -
YUV 161.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 144 169 173 0.17 0.02 0 0.32 188.28 0.15 0.62
Hex 90 A9 AD 11 2 0 20 BC F 3E
Octal 220 251 255 21 2 0 40 274 17 76
Binary 10010000 10101001 10101101 10001 10 0 100000 10111100 1111 111110

Color Harmonies of #90A9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A9AD

Black with #90A9AD

Text Example


Text Example

White with #90A9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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