Html Css Color HEX #84BDC0 Glacier

📋 copy color: '#84BDC0'

red 132 ◦ green 189 ◦ blue 192

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

Shades of Glacier #84BDC0

Tints of Glacier #84BDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 25.73%
G = 36.84%
B = 37.43%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#84BDC0 (or 0x84BDC0) is known color: Glacier. HEX triplet: 84, BD and C0. RGB value is (132,189,192). Sum of RGB (Red+Green+Blue) = 132+189+192=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #84BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BDC0 is #7B423F. Grayscale: #ACACAC. Windows color (decimal): -8077888 or 12631428. OLE color: 12631428.

HSL color Cylindrical-coordinate representation of color #84BDC0: hue angle of 183º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BDC0 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 189 192 -
CMYK 0.31 0.02 0 0.25
HSL 183º 0.32% 0.64% -
HSV(B) 183º 0.31% 0.75% -
XYZ 37.23 45.11 56.61 -
YUV 172.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 132 189 192 0.31 0.02 0 0.25 183 0.32 0.64
Hex 84 BD C0 1F 2 0 19 B7 20 40
Octal 204 275 300 37 2 0 31 267 40 100
Binary 10000100 10111101 11000000 11111 10 0 11001 10110111 100000 1000000

Color Harmonies of #84BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BDC0

Black with #84BDC0

Text Example


Text Example

White with #84BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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