Html Css Color HEX #84BBC6 Glacier

📋 copy color: '#84BBC6'

red 132 ◦ green 187 ◦ blue 198

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

Shades of Glacier #84BBC6

Tints of Glacier #84BBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.3%

R = 25.53%
G = 36.17%
B = 38.3%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#84BBC6 (or 0x84BBC6) is known color: Glacier. HEX triplet: 84, BB and C6. RGB value is (132,187,198). Sum of RGB (Red+Green+Blue) = 132+187+198=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #84BBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBC6 is #7B4439. Grayscale: #ABABAB. Windows color (decimal): -8078394 or 13024132. OLE color: 13024132.

HSL color Cylindrical-coordinate representation of color #84BBC6: hue angle of 190º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84BBC6 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 187 198 -
CMYK 0.33 0.06 0 0.22
HSL 190º 0.37% 0.65% -
HSV(B) 190º 0.33% 0.78% -
XYZ 37.48 44.52 60.04 -
YUV 171.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 132 187 198 0.33 0.06 0 0.22 190 0.37 0.65
Hex 84 BB C6 21 6 0 16 BE 25 41
Octal 204 273 306 41 6 0 26 276 45 101
Binary 10000100 10111011 11000110 100001 110 0 10110 10111110 100101 1000001

Color Harmonies of #84BBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BBC6

Black with #84BBC6

Text Example


Text Example

White with #84BBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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