Html Css Color HEX #84ABB6 Botticelli

📋 copy color: '#84ABB6'

red 132 ◦ green 171 ◦ blue 182

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

Shades of Botticelli #84ABB6

Tints of Botticelli #84ABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 182 (71.48% from 255) = 37.53%

R = 27.22%
G = 35.26%
B = 37.53%

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

#84ABB6 (or 0x84ABB6) is known color: Botticelli. HEX triplet: 84, AB and B6. RGB value is (132,171,182). Sum of RGB (Red+Green+Blue) = 132+171+182=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #84ABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABB6 is #7B5449. Grayscale: #A0A0A0. Windows color (decimal): -8082506 or 11971460. OLE color: 11971460.

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

Color convert

RGB 132 171 182 -
CMYK 0.27 0.06 0 0.29
HSL 193.2º 0.26% 0.62% -
HSV(B) 193.2º 0.27% 0.71% -
XYZ 32.52 37.41 49.76 -
YUV 160.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 132 171 182 0.27 0.06 0 0.29 193.2 0.26 0.62
Hex 84 AB B6 1B 6 0 1D C1 1A 3E
Octal 204 253 266 33 6 0 35 301 32 76
Binary 10000100 10101011 10110110 11011 110 0 11101 11000001 11010 111110

Color Harmonies of #84ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABB6

Black with #84ABB6

Text Example


Text Example

White with #84ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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