Html Css Color HEX #84B8BE Glacier

📋 copy color: '#84B8BE'

red 132 ◦ green 184 ◦ blue 190

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

Shades of Glacier #84B8BE

Tints of Glacier #84B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.36%

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 26.09%
G = 36.36%
B = 37.55%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#84B8BE (or 0x84B8BE) is known color: Glacier. HEX triplet: 84, B8 and BE. RGB value is (132,184,190). Sum of RGB (Red+Green+Blue) = 132+184+190=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #84B8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B8BE is #7B4741. Grayscale: #A9A9A9. Windows color (decimal): -8079170 or 12499076. OLE color: 12499076.

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

Color convert

RGB 132 184 190 -
CMYK 0.31 0.03 0 0.25
HSL 186.21º 0.31% 0.63% -
HSV(B) 186.21º 0.31% 0.75% -
XYZ 35.95 42.9 55.1 -
YUV 169.14 139.77 101.51 -
System Red Green Blue C M Y K H S L
Decimal 132 184 190 0.31 0.03 0 0.25 186.21 0.31 0.63
Hex 84 B8 BE 1F 3 0 19 BA 1F 3F
Octal 204 270 276 37 3 0 31 272 37 77
Binary 10000100 10111000 10111110 11111 11 0 11001 10111010 11111 111111

Color Harmonies of #84B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B8BE

Black with #84B8BE

Text Example


Text Example

White with #84B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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