Html Css Color HEX #84ACB8 Botticelli

📋 copy color: '#84ACB8'

red 132 ◦ green 172 ◦ blue 184

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

Shades of Botticelli #84ACB8

Tints of Botticelli #84ACB8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.25%

 BLUE value IS 184 (72.27% from 255) = 37.7%

R = 27.05%
G = 35.25%
B = 37.7%

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

#84ACB8 (or 0x84ACB8) is known color: Botticelli. HEX triplet: 84, AC and B8. RGB value is (132,172,184). Sum of RGB (Red+Green+Blue) = 132+172+184=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #84ACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACB8 is #7B5347. Grayscale: #A1A1A1. Windows color (decimal): -8082248 or 12102788. OLE color: 12102788.

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

Color convert

RGB 132 172 184 -
CMYK 0.28 0.07 0 0.28
HSL 193.85º 0.27% 0.62% -
HSV(B) 193.85º 0.28% 0.72% -
XYZ 32.92 37.87 50.92 -
YUV 161.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 132 172 184 0.28 0.07 0 0.28 193.85 0.27 0.62
Hex 84 AC B8 1C 7 0 1C C2 1B 3E
Octal 204 254 270 34 7 0 34 302 33 76
Binary 10000100 10101100 10111000 11100 111 0 11100 11000010 11011 111110

Color Harmonies of #84ACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACB8

Black with #84ACB8

Text Example


Text Example

White with #84ACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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