#84AFBE

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

Shades of Glacier #84AFBE

Tints of Glacier #84AFBE

Color information

#84AFBE (or 0x84AFBE) is unknown color: approx Glacier. HEX triplet: 84, AF and BE. RGB value is (132,175,190). Sum of RGB (Red+Green+Blue) = 132+175+190=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #84AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFBE is #7B5041. Grayscale: #A3A3A3. Windows color (decimal): -8081474 or 12496772. OLE color: 12496772.

HSL color Cylindrical-coordinate representation of color #84AFBE: hue angle of 195.52º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84AFBE is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132175190-
CMYK0.310.0800.25
HSL195.52º30.85%63.14%-
HSV(B)195.52º30.53%74.51%-
XYZ34.1439.2854.5-
YUV163.85142.75105.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.56%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=26.56%
G=35.21%
B=38.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321751900.310.0800.25195.5230.8563.14
Hex84AFBE1F8019c41f3f
Octal20425727637100313043777
Binary1000010010101111101111101111110000110011100010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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