#84AAB8

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

Shades of Botticelli #84AAB8

Tints of Botticelli #84AAB8

Color information

#84AAB8 (or 0x84AAB8) is unknown color: approx Botticelli. HEX triplet: 84, AA and B8. RGB value is (132,170,184). Sum of RGB (Red+Green+Blue) = 132+170+184=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 184 - color contains mainly: blue. Hex color #84AAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAB8 is #7B5547. Grayscale: #A0A0A0. Windows color (decimal): -8082760 or 12102276. OLE color: 12102276.

HSL color Cylindrical-coordinate representation of color #84AAB8: hue angle of 196.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84AAB8 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB132170184-
CMYK0.280.0800.28
HSL196.15º26.8%61.96%-
HSV(B)196.15º28.26%72.16%-
XYZ32.5437.1250.8-
YUV160.23141.41107.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 184 (72.27% from 255) = 37.86%
R=27.16%
G=34.98%
B=37.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321701840.280.0800.28196.1526.861.96
Hex84AAB81C801Cc41b3e
Octal20425227034100343043376
Binary1000010010101010101110001110010000111001100010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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