Html Css Color HEX #84BABD Glacier

📋 copy color: '#84BABD'

red 132 ◦ green 186 ◦ blue 189

#84BABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #84BABD

Tints of Glacier #84BABD

RGB

 RED value IS 132 (51.95% from 255) = 26.04%

 GREEN value IS 186 (73.05% from 255) = 36.69%

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 26.04%
G = 36.69%
B = 37.28%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#84BABD (or 0x84BABD) is known color: Glacier. HEX triplet: 84, BA and BD. RGB value is (132,186,189). Sum of RGB (Red+Green+Blue) = 132+186+189=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #84BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BABD is #7B4542. Grayscale: #AAAAAA. Windows color (decimal): -8078659 or 12434052. OLE color: 12434052.

HSL color Cylindrical-coordinate representation of color #84BABD: hue angle of 183.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BABD is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 186 189 -
CMYK 0.30 0.02 0 0.26
HSL 183.16º 0.3% 0.63% -
HSV(B) 183.16º 0.3% 0.74% -
XYZ 36.26 43.7 54.67 -
YUV 170.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 132 186 189 0.30 0.02 0 0.26 183.16 0.3 0.63
Hex 84 BA BD 1E 2 0 1A B7 1E 3F
Octal 204 272 275 36 2 0 32 267 36 77
Binary 10000100 10111010 10111101 11110 10 0 11010 10110111 11110 111111

Color Harmonies of #84BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BABD

Black with #84BABD

Text Example


Text Example

White with #84BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,186,189); }

 H1.HeaderClassName
 {
   color: #84BABD;
 }
 .AnyTagClassName
 {
   color: #84BABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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