#84ABBA

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

Shades of Botticelli #84ABBA

Tints of Botticelli #84ABBA

Color information

#84ABBA (or 0x84ABBA) is unknown color: approx Botticelli. HEX triplet: 84, AB and BA. RGB value is (132,171,186). Sum of RGB (Red+Green+Blue) = 132+171+186=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #84ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABBA is #7B5445. Grayscale: #A0A0A0. Windows color (decimal): -8082502 or 12233604. OLE color: 12233604.

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

Color convert

RGB132171186-
CMYK0.290.0800.27
HSL196.67º28.12%62.35%-
HSV(B)196.67º29.03%72.94%-
XYZ32.9437.5851.97-
YUV161.05142.08107.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.99%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=26.99%
G=34.97%
B=38.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321711860.290.0800.27196.6728.1262.35
Hex84ABBA1D801Bc51c3e
Octal20425327235100333053476
Binary1000010010101011101110101110110000110111100010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,171,186); }

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

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

 a { background-color: rgb(132,171,186); }

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

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

 span { border-color: rgb(132,171,186); }

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