Html Css Color HEX #84AEBD Glacier

📋 copy color: '#84AEBD'

red 132 ◦ green 174 ◦ blue 189

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

Shades of Glacier #84AEBD

Tints of Glacier #84AEBD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.15%

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

R = 26.67%
G = 35.15%
B = 38.18%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#84AEBD (or 0x84AEBD) is known color: Glacier. HEX triplet: 84, AE and BD. RGB value is (132,174,189). Sum of RGB (Red+Green+Blue) = 132+174+189=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #84AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AEBD is #7B5142. Grayscale: #A3A3A3. Windows color (decimal): -8081731 or 12430980. OLE color: 12430980.

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

Color convert

RGB 132 174 189 -
CMYK 0.30 0.08 0 0.26
HSL 195.79º 0.3% 0.63% -
HSV(B) 195.79º 0.3% 0.74% -
XYZ 33.84 38.85 53.86 -
YUV 163.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 132 174 189 0.30 0.08 0 0.26 195.79 0.3 0.63
Hex 84 AE BD 1E 8 0 1A C4 1E 3F
Octal 204 256 275 36 10 0 32 304 36 77
Binary 10000100 10101110 10111101 11110 1000 0 11010 11000100 11110 111111

Color Harmonies of #84AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AEBD

Black with #84AEBD

Text Example


Text Example

White with #84AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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