Html Css Color HEX #84BBBE Glacier

📋 copy color: '#84BBBE'

red 132 ◦ green 187 ◦ blue 190

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

Shades of Glacier #84BBBE

Tints of Glacier #84BBBE

RGB

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

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

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

R = 25.93%
G = 36.74%
B = 37.33%

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

#84BBBE (or 0x84BBBE) is known color: Glacier. HEX triplet: 84, BB and BE. RGB value is (132,187,190). Sum of RGB (Red+Green+Blue) = 132+187+190=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #84BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBBE is #7B4441. Grayscale: #AAAAAA. Windows color (decimal): -8078402 or 12499844. OLE color: 12499844.

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

Color convert

RGB 132 187 190 -
CMYK 0.31 0.02 0 0.25
HSL 183.1º 0.31% 0.63% -
HSV(B) 183.1º 0.31% 0.75% -
XYZ 36.58 44.16 55.31 -
YUV 170.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 132 187 190 0.31 0.02 0 0.25 183.1 0.31 0.63
Hex 84 BB BE 1F 2 0 19 B7 1F 3F
Octal 204 273 276 37 2 0 31 267 37 77
Binary 10000100 10111011 10111110 11111 10 0 11001 10110111 11111 111111

Color Harmonies of #84BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BBBE

Black with #84BBBE

Text Example


Text Example

White with #84BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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