Html Css Color HEX #84BBBC Glacier

📋 copy color: '#84BBBC'

red 132 ◦ green 187 ◦ blue 188

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

Shades of Glacier #84BBBC

Tints of Glacier #84BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.88%

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 26.04%
G = 36.88%
B = 37.08%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#84BBBC (or 0x84BBBC) is known color: Glacier. HEX triplet: 84, BB and BC. RGB value is (132,187,188). Sum of RGB (Red+Green+Blue) = 132+187+188=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #84BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBBC is #7B4443. Grayscale: #AAAAAA. Windows color (decimal): -8078404 or 12368772. OLE color: 12368772.

HSL color Cylindrical-coordinate representation of color #84BBBC: hue angle of 181.07º degrees, saturation: 0.29, 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 #84BBBC is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 187 188 -
CMYK 0.30 0.01 0 0.26
HSL 181.07º 0.29% 0.63% -
HSV(B) 181.07º 0.3% 0.74% -
XYZ 36.36 44.08 54.17 -
YUV 170.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 132 187 188 0.30 0.01 0 0.26 181.07 0.29 0.63
Hex 84 BB BC 1E 1 0 1A B5 1D 3F
Octal 204 273 274 36 1 0 32 265 35 77
Binary 10000100 10111011 10111100 11110 1 0 11010 10110101 11101 111111

Color Harmonies of #84BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BBBC

Black with #84BBBC

Text Example


Text Example

White with #84BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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