#84AFC4

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

Shades of Glacier #84AFC4

Tints of Glacier #84AFC4

Color information

#84AFC4 (or 0x84AFC4) is unknown color: approx Glacier. HEX triplet: 84, AF and C4. RGB value is (132,175,196). Sum of RGB (Red+Green+Blue) = 132+175+196=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #84AFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFC4 is #7B503B. Grayscale: #A4A4A4. Windows color (decimal): -8081468 or 12889988. OLE color: 12889988.

HSL color Cylindrical-coordinate representation of color #84AFC4: hue angle of 199.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84AFC4 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB132175196-
CMYK0.330.1100.23
HSL199.69º35.16%64.31%-
HSV(B)199.69º32.65%76.86%-
XYZ34.8139.5558.02-
YUV164.54145.75104.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.24%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=26.24%
G=34.79%
B=38.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321751960.330.1100.23199.6935.1664.31
Hex84AFC421B017c82340
Octal204257304411302731043100
Binary1000010010101111110001001000011011010111110010001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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