Html Css Color HEX #84AAB5 Botticelli

📋 copy color: '#84AAB5'

red 132 ◦ green 170 ◦ blue 181

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

Shades of Botticelli #84AAB5

Tints of Botticelli #84AAB5

RGB

 RED value IS 132 (51.95% from 255) = 27.33%

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 181 (71.09% from 255) = 37.47%

R = 27.33%
G = 35.2%
B = 37.47%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#84AAB5 (or 0x84AAB5) is known color: Botticelli. HEX triplet: 84, AA and B5. RGB value is (132,170,181). Sum of RGB (Red+Green+Blue) = 132+170+181=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #84AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAB5 is #7B554A. Grayscale: #9F9F9F. Windows color (decimal): -8082763 or 11905668. OLE color: 11905668.

HSL color Cylindrical-coordinate representation of color #84AAB5: hue angle of 193.47º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84AAB5 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 170 181 -
CMYK 0.27 0.06 0 0.29
HSL 193.47º 0.25% 0.61% -
HSV(B) 193.47º 0.27% 0.71% -
XYZ 32.23 36.99 49.16 -
YUV 159.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 132 170 181 0.27 0.06 0 0.29 193.47 0.25 0.61
Hex 84 AA B5 1B 6 0 1D C1 19 3D
Octal 204 252 265 33 6 0 35 301 31 75
Binary 10000100 10101010 10110101 11011 110 0 11101 11000001 11001 111101

Color Harmonies of #84AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AAB5

Black with #84AAB5

Text Example


Text Example

White with #84AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AAB5; }

 p { color: rgb(132,170,181); }

 H1.HeaderClassName
 {
   color: #84AAB5;
 }
 .AnyTagClassName
 {
   color: #84AAB5;
 }
</style>

background-color css

<style>
 a { background-color: #84AAB5; }

 a { background-color: rgb(132,170,181); }

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

border-color css

<style>
 span { border-color: #84AAB5; }

 span { border-color: rgb(132,170,181); }

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