#84AFBA

Color #84AFBA Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #84AFBA

Tints of Glacier #84AFBA

Color information

#84AFBA (or 0x84AFBA) is unknown color: approx Glacier. HEX triplet: 84, AF and BA. RGB value is (132,175,186). Sum of RGB (Red+Green+Blue) = 132+175+186=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #84AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFBA is #7B5045. Grayscale: #A3A3A3. Windows color (decimal): -8081478 or 12234628. OLE color: 12234628.

HSL color Cylindrical-coordinate representation of color #84AFBA: hue angle of 192.22º 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 #84AFBA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132175186-
CMYK0.290.0600.27
HSL192.22º28.12%62.35%-
HSV(B)192.22º29.03%72.94%-
XYZ33.7139.1152.23-
YUV163.4140.75105.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.77%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=26.77%
G=35.50%
B=37.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321751860.290.0600.27192.2228.1262.35
Hex84AFBA1D601Bc01c3e
Octal2042572723560333003476
Binary100001001010111110111010111011100110111100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,175,186); }

 H1.HeaderClassName
 {
   color: #84AFBA;
 }
 .AnyTagClassName
 {
   color: #84AFBA;
 }
</style>
background-color css

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

 a { background-color: rgb(132,175,186); }

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

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

 span { border-color: rgb(132,175,186); }

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