#84BBBE

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

Shades of Glacier #84BBBE

Tints of Glacier #84BBBE

Color information

#84BBBE (or 0x84BBBE) is unknown color: approx Glacier. HEX triplet: 84, BB and BE. RGB value is (132,187,190). Sum of RGB (Red+Green+Blue) = 132+187+190=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #84BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBBE is #7B4441. Grayscale: #AAAAAA. Windows color (decimal): -8078402 or 12499844. OLE color: 12499844.

HSL color Cylindrical-coordinate representation of color #84BBBE: hue angle of 183.1º 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 #84BBBE is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132187190-
CMYK0.310.0200.25
HSL183.1º30.85%63.14%-
HSV(B)183.1º30.53%74.51%-
XYZ36.5844.1655.31-
YUV170.9138.78100.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.93%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=25.93%
G=36.74%
B=37.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321871900.310.0200.25183.130.8563.14
Hex84BBBE1F2019b71f3f
Octal2042732763720312673777
Binary10000100101110111011111011111100110011011011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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