#84BEC3

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

Shades of Glacier #84BEC3

Tints of Glacier #84BEC3

Color information

#84BEC3 (or 0x84BEC3) is unknown color: approx Glacier. HEX triplet: 84, BE and C3. RGB value is (132,190,195). Sum of RGB (Red+Green+Blue) = 132+190+195=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #84BEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEC3 is #7B413C. Grayscale: #ADADAD. Windows color (decimal): -8077629 or 12828292. OLE color: 12828292.

HSL color Cylindrical-coordinate representation of color #84BEC3: hue angle of 184.76º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84BEC3 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB132190195-
CMYK0.320.0300.24
HSL184.76º34.43%64.12%-
HSV(B)184.76º32.31%76.47%-
XYZ37.7845.6758.45-
YUV173.23140.2898.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 195 (76.56% from 255) = 37.72%
R=25.53%
G=36.75%
B=37.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1321901950.320.0300.24184.7634.4364.12
Hex84BEC3203018b92240
Octal20427630340303027142100
Binary10000100101111101100001110000011011000101110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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