Html Css Color HEX #84ABB7 Botticelli

📋 copy color: '#84ABB7'

red 132 ◦ green 171 ◦ blue 183

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

Shades of Botticelli #84ABB7

Tints of Botticelli #84ABB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.65%

R = 27.16%
G = 35.19%
B = 37.65%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#84ABB7 (or 0x84ABB7) is known color: Botticelli. HEX triplet: 84, AB and B7. RGB value is (132,171,183). Sum of RGB (Red+Green+Blue) = 132+171+183=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 183 - color contains mainly: blue. Hex color #84ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABB7 is #7B5448. Grayscale: #A0A0A0. Windows color (decimal): -8082505 or 12036996. OLE color: 12036996.

HSL color Cylindrical-coordinate representation of color #84ABB7: hue angle of 194.12º degrees, saturation: 0.26, 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 #84ABB7 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 171 183 -
CMYK 0.28 0.07 0 0.28
HSL 194.12º 0.26% 0.62% -
HSV(B) 194.12º 0.28% 0.72% -
XYZ 32.63 37.45 50.31 -
YUV 160.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 132 171 183 0.28 0.07 0 0.28 194.12 0.26 0.62
Hex 84 AB B7 1C 7 0 1C C2 1A 3E
Octal 204 253 267 34 7 0 34 302 32 76
Binary 10000100 10101011 10110111 11100 111 0 11100 11000010 11010 111110

Color Harmonies of #84ABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABB7

Black with #84ABB7

Text Example


Text Example

White with #84ABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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