Html Css Color HEX #84AFBA Glacier

📋 copy color: '#84AFBA'

red 132 ◦ green 175 ◦ blue 186

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

Shades of Glacier #84AFBA

Tints of Glacier #84AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.5%

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 26.77%
G = 35.5%
B = 37.73%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#84AFBA (or 0x84AFBA) is known color: 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

RGB 132 175 186 -
CMYK 0.29 0.06 0 0.27
HSL 192.22º 0.28% 0.62% -
HSV(B) 192.22º 0.29% 0.73% -
XYZ 33.71 39.11 52.23 -
YUV 163.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 132 175 186 0.29 0.06 0 0.27 192.22 0.28 0.62
Hex 84 AF BA 1D 6 0 1B C0 1C 3E
Octal 204 257 272 35 6 0 33 300 34 76
Binary 10000100 10101111 10111010 11101 110 0 11011 11000000 11100 111110

Color Harmonies of #84AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFBA

Black with #84AFBA

Text Example


Text Example

White with #84AFBA

Text Example


Text Example

HTML Codes & Css Web 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>