Html Css Color HEX #84BABA Glacier

📋 copy color: '#84BABA'

red 132 ◦ green 186 ◦ blue 186

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

Shades of Glacier #84BABA

Tints of Glacier #84BABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 26.19%
G = 36.9%
B = 36.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#84BABA (or 0x84BABA) is known color: Glacier. HEX triplet: 84, BA and BA. RGB value is (132,186,186). Sum of RGB (Red+Green+Blue) = 132+186+186=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #84BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BABA is #7B4545. Grayscale: #A9A9A9. Windows color (decimal): -8078662 or 12237444. OLE color: 12237444.

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

Color convert

RGB 132 186 186 -
CMYK 0.29 0 0 0.27
HSL 180º 0.28% 0.62% -
HSV(B) 180º 0.29% 0.73% -
XYZ 35.94 43.57 52.97 -
YUV 169.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 132 186 186 0.29 0 0 0.27 180 0.28 0.62
Hex 84 BA BA 1D 0 0 1B B4 1C 3E
Octal 204 272 272 35 0 0 33 264 34 76
Binary 10000100 10111010 10111010 11101 0 0 11011 10110100 11100 111110

Color Harmonies of #84BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BABA

Black with #84BABA

Text Example


Text Example

White with #84BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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