Html Css Color HEX #90ADB3 Botticelli

📋 copy color: '#90ADB3'

red 144 ◦ green 173 ◦ blue 179

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

Shades of Botticelli #90ADB3

Tints of Botticelli #90ADB3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

 BLUE value IS 179 (70.31% from 255) = 36.09%

R = 29.03%
G = 34.88%
B = 36.09%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#90ADB3 (or 0x90ADB3) is known color: Botticelli. HEX triplet: 90, AD and B3. RGB value is (144,173,179). Sum of RGB (Red+Green+Blue) = 144+173+179=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #90ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADB3 is #6F524C. Grayscale: #A4A4A4. Windows color (decimal): -7295565 or 11775376. OLE color: 11775376.

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

Color convert

RGB 144 173 179 -
CMYK 0.20 0.03 0 0.30
HSL 190.29º 0.19% 0.63% -
HSV(B) 190.29º 0.2% 0.7% -
XYZ 34.58 39.07 48.37 -
YUV 165.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 144 173 179 0.20 0.03 0 0.30 190.29 0.19 0.63
Hex 90 AD B3 14 3 0 1E BE 13 3F
Octal 220 255 263 24 3 0 36 276 23 77
Binary 10010000 10101101 10110011 10100 11 0 11110 10111110 10011 111111

Color Harmonies of #90ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADB3

Black with #90ADB3

Text Example


Text Example

White with #90ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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