Html Css Color HEX #84ABBA Botticelli

📋 copy color: '#84ABBA'

red 132 ◦ green 171 ◦ blue 186

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

Shades of Botticelli #84ABBA

Tints of Botticelli #84ABBA

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 value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#84ABBA (or 0x84ABBA) is known color: 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

RGB 132 171 186 -
CMYK 0.29 0.08 0 0.27
HSL 196.67º 0.28% 0.62% -
HSV(B) 196.67º 0.29% 0.73% -
XYZ 32.94 37.58 51.97 -
YUV 161.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 132 171 186 0.29 0.08 0 0.27 196.67 0.28 0.62
Hex 84 AB BA 1D 8 0 1B C5 1C 3E
Octal 204 253 272 35 10 0 33 305 34 76
Binary 10000100 10101011 10111010 11101 1000 0 11011 11000101 11100 111110

Color Harmonies of #84ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABBA

Black with #84ABBA

Text Example


Text Example

White with #84ABBA

Text Example


Text Example

HTML Codes & Css Web 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>