Html Css Color HEX #84ADBE Glacier

📋 copy color: '#84ADBE'

red 132 ◦ green 173 ◦ blue 190

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

Shades of Glacier #84ADBE

Tints of Glacier #84ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

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

R = 26.67%
G = 34.95%
B = 38.38%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#84ADBE (or 0x84ADBE) is known color: Glacier. HEX triplet: 84, AD and BE. RGB value is (132,173,190). Sum of RGB (Red+Green+Blue) = 132+173+190=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #84ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADBE is #7B5241. Grayscale: #A2A2A2. Windows color (decimal): -8081986 or 12496260. OLE color: 12496260.

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

Color convert

RGB 132 173 190 -
CMYK 0.31 0.09 0 0.25
HSL 197.59º 0.31% 0.63% -
HSV(B) 197.59º 0.31% 0.75% -
XYZ 33.75 38.51 54.37 -
YUV 162.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 132 173 190 0.31 0.09 0 0.25 197.59 0.31 0.63
Hex 84 AD BE 1F 9 0 19 C6 1F 3F
Octal 204 255 276 37 11 0 31 306 37 77
Binary 10000100 10101101 10111110 11111 1001 0 11001 11000110 11111 111111

Color Harmonies of #84ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ADBE

Black with #84ADBE

Text Example


Text Example

White with #84ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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