Html Css Color HEX #83ADBA Glacier

📋 copy color: '#83ADBA'

red 131 ◦ green 173 ◦ blue 186

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

Shades of Glacier #83ADBA

Tints of Glacier #83ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.31%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 26.73%
G = 35.31%
B = 37.96%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83ADBA (or 0x83ADBA) is known color: Glacier. HEX triplet: 83, AD and BA. RGB value is (131,173,186). Sum of RGB (Red+Green+Blue) = 131+173+186=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #83ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADBA is #7C5245. Grayscale: #A1A1A1. Windows color (decimal): -8147526 or 12234115. OLE color: 12234115.

HSL color Cylindrical-coordinate representation of color #83ADBA: hue angle of 194.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83ADBA is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 173 186 -
CMYK 0.30 0.07 0 0.27
HSL 194.18º 0.28% 0.62% -
HSV(B) 194.18º 0.3% 0.73% -
XYZ 33.17 38.26 52.09 -
YUV 161.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 131 173 186 0.30 0.07 0 0.27 194.18 0.28 0.62
Hex 83 AD BA 1E 7 0 1B C2 1C 3E
Octal 203 255 272 36 7 0 33 302 34 76
Binary 10000011 10101101 10111010 11110 111 0 11011 11000010 11100 111110

Color Harmonies of #83ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADBA

Black with #83ADBA

Text Example


Text Example

White with #83ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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