Html Css Color HEX #83BABF Glacier

📋 copy color: '#83BABF'

red 131 ◦ green 186 ◦ blue 191

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

Shades of Glacier #83BABF

Tints of Glacier #83BABF

RGB

 RED value IS 131 (51.56% from 255) = 25.79%

 GREEN value IS 186 (73.05% from 255) = 36.61%

 BLUE value IS 191 (75% from 255) = 37.6%

R = 25.79%
G = 36.61%
B = 37.6%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83BABF (or 0x83BABF) is known color: Glacier. HEX triplet: 83, BA and BF. RGB value is (131,186,191). Sum of RGB (Red+Green+Blue) = 131+186+191=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #83BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BABF is #7C4540. Grayscale: #AAAAAA. Windows color (decimal): -8144193 or 12565123. OLE color: 12565123.

HSL color Cylindrical-coordinate representation of color #83BABF: hue angle of 185º degrees, saturation: 0.32, 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 #83BABF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 186 191 -
CMYK 0.31 0.03 0 0.25
HSL 185º 0.32% 0.63% -
HSV(B) 185º 0.31% 0.75% -
XYZ 36.32 43.7 55.81 -
YUV 170.13 139.78 100.09 -
System Red Green Blue C M Y K H S L
Decimal 131 186 191 0.31 0.03 0 0.25 185 0.32 0.63
Hex 83 BA BF 1F 3 0 19 B9 20 3F
Octal 203 272 277 37 3 0 31 271 40 77
Binary 10000011 10111010 10111111 11111 11 0 11001 10111001 100000 111111

Color Harmonies of #83BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BABF

Black with #83BABF

Text Example


Text Example

White with #83BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BABF; }

 p { color: rgb(131,186,191); }

 H1.HeaderClassName
 {
   color: #83BABF;
 }
 .AnyTagClassName
 {
   color: #83BABF;
 }
</style>

background-color css

<style>
 a { background-color: #83BABF; }

 a { background-color: rgb(131,186,191); }

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

border-color css

<style>
 span { border-color: #83BABF; }

 span { border-color: rgb(131,186,191); }

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