Html Css Color HEX #84BBC2 Glacier

📋 copy color: '#84BBC2'

red 132 ◦ green 187 ◦ blue 194

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

Shades of Glacier #84BBC2

Tints of Glacier #84BBC2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

 BLUE value IS 194 (76.17% from 255) = 37.82%

R = 25.73%
G = 36.45%
B = 37.82%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#84BBC2 (or 0x84BBC2) is known color: Glacier. HEX triplet: 84, BB and C2. RGB value is (132,187,194). Sum of RGB (Red+Green+Blue) = 132+187+194=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #84BBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBC2 is #7B443D. Grayscale: #ABABAB. Windows color (decimal): -8078398 or 12761988. OLE color: 12761988.

HSL color Cylindrical-coordinate representation of color #84BBC2: hue angle of 186.77º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84BBC2 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 187 194 -
CMYK 0.32 0.04 0 0.24
HSL 186.77º 0.34% 0.64% -
HSV(B) 186.77º 0.32% 0.76% -
XYZ 37.02 44.34 57.65 -
YUV 171.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 132 187 194 0.32 0.04 0 0.24 186.77 0.34 0.64
Hex 84 BB C2 20 4 0 18 BB 22 40
Octal 204 273 302 40 4 0 30 273 42 100
Binary 10000100 10111011 11000010 100000 100 0 11000 10111011 100010 1000000

Color Harmonies of #84BBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BBC2

Black with #84BBC2

Text Example


Text Example

White with #84BBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,187,194); }

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

background-color css

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

 a { background-color: rgb(132,187,194); }

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

border-color css

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

 span { border-color: rgb(132,187,194); }

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