Html Css Color HEX #84AFB7 Glacier

📋 copy color: '#84AFB7'

red 132 ◦ green 175 ◦ blue 183

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

Shades of Glacier #84AFB7

Tints of Glacier #84AFB7

RGB

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

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

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

R = 26.94%
G = 35.71%
B = 37.35%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#84AFB7 (or 0x84AFB7) is known color: Glacier. HEX triplet: 84, AF and B7. RGB value is (132,175,183). Sum of RGB (Red+Green+Blue) = 132+175+183=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #84AFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFB7 is #7B5048. Grayscale: #A2A2A2. Windows color (decimal): -8081481 or 12038020. OLE color: 12038020.

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

Color convert

RGB 132 175 183 -
CMYK 0.28 0.04 0 0.28
HSL 189.41º 0.26% 0.62% -
HSV(B) 189.41º 0.28% 0.72% -
XYZ 33.39 38.98 50.56 -
YUV 163.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 132 175 183 0.28 0.04 0 0.28 189.41 0.26 0.62
Hex 84 AF B7 1C 4 0 1C BD 1A 3E
Octal 204 257 267 34 4 0 34 275 32 76
Binary 10000100 10101111 10110111 11100 100 0 11100 10111101 11010 111110

Color Harmonies of #84AFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFB7

Black with #84AFB7

Text Example


Text Example

White with #84AFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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