Html Css Color HEX #84ABBC Glacier

📋 copy color: '#84ABBC'

red 132 ◦ green 171 ◦ blue 188

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

Shades of Glacier #84ABBC

Tints of Glacier #84ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 26.88%
G = 34.83%
B = 38.29%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#84ABBC (or 0x84ABBC) is known color: Glacier. HEX triplet: 84, AB and BC. RGB value is (132,171,188). Sum of RGB (Red+Green+Blue) = 132+171+188=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #84ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABBC is #7B5443. Grayscale: #A1A1A1. Windows color (decimal): -8082500 or 12364676. OLE color: 12364676.

HSL color Cylindrical-coordinate representation of color #84ABBC: hue angle of 198.21º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84ABBC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 171 188 -
CMYK 0.30 0.09 0 0.26
HSL 198.21º 0.29% 0.63% -
HSV(B) 198.21º 0.3% 0.74% -
XYZ 33.16 37.66 53.1 -
YUV 161.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 132 171 188 0.30 0.09 0 0.26 198.21 0.29 0.63
Hex 84 AB BC 1E 9 0 1A C6 1D 3F
Octal 204 253 274 36 11 0 32 306 35 77
Binary 10000100 10101011 10111100 11110 1001 0 11010 11000110 11101 111111

Color Harmonies of #84ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABBC

Black with #84ABBC

Text Example


Text Example

White with #84ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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