Html Css Color HEX #84BDBE Glacier

📋 copy color: '#84BDBE'

red 132 ◦ green 189 ◦ blue 190

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

Shades of Glacier #84BDBE

Tints of Glacier #84BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.99%

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

R = 25.83%
G = 36.99%
B = 37.18%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#84BDBE (or 0x84BDBE) is known color: Glacier. HEX triplet: 84, BD and BE. RGB value is (132,189,190). Sum of RGB (Red+Green+Blue) = 132+189+190=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #84BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDBE is #7B4241. Grayscale: #ACACAC. Windows color (decimal): -8077890 or 12500356. OLE color: 12500356.

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

Color convert

RGB 132 189 190 -
CMYK 0.31 0.01 0 0.25
HSL 181.03º 0.31% 0.63% -
HSV(B) 181.03º 0.31% 0.75% -
XYZ 37.01 45.02 55.45 -
YUV 172.07 138.12 99.42 -
System Red Green Blue C M Y K H S L
Decimal 132 189 190 0.31 0.01 0 0.25 181.03 0.31 0.63
Hex 84 BD BE 1F 1 0 19 B5 1F 3F
Octal 204 275 276 37 1 0 31 265 37 77
Binary 10000100 10111101 10111110 11111 1 0 11001 10110101 11111 111111

Color Harmonies of #84BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BDBE

Black with #84BDBE

Text Example


Text Example

White with #84BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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