#84BBBB

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

Shades of Glacier #84BBBB

Tints of Glacier #84BBBB

Color information

#84BBBB (or 0x84BBBB) is unknown color: approx Glacier. HEX triplet: 84, BB and BB. RGB value is (132,187,187). Sum of RGB (Red+Green+Blue) = 132+187+187=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #84BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBBB is #7B4444. Grayscale: #AAAAAA. Windows color (decimal): -8078405 or 12303236. OLE color: 12303236.

HSL color Cylindrical-coordinate representation of color #84BBBB: hue angle of 180º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BBBB is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132187187-
CMYK0.29000.27
HSL180º28.8%62.55%-
HSV(B)180º29.41%73.33%-
XYZ36.2644.0353.6-
YUV170.56137.28100.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.09%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=26.09%
G=36.96%
B=36.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321871870.29000.2718028.862.55
Hex84BBBB1D001Bb41d3f
Octal2042732733500332643577
Binary1000010010111011101110111110100110111011010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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