Html Css Color HEX #83AABD Glacier

📋 copy color: '#83AABD'

red 131 ◦ green 170 ◦ blue 189

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

Shades of Glacier #83AABD

Tints of Glacier #83AABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 189 (74.22% from 255) = 38.57%

R = 26.73%
G = 34.69%
B = 38.57%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#83AABD (or 0x83AABD) is known color: Glacier. HEX triplet: 83, AA and BD. RGB value is (131,170,189). Sum of RGB (Red+Green+Blue) = 131+170+189=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #83AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AABD is #7C5542. Grayscale: #A0A0A0. Windows color (decimal): -8148291 or 12429955. OLE color: 12429955.

HSL color Cylindrical-coordinate representation of color #83AABD: hue angle of 199.66º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83AABD is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 170 189 -
CMYK 0.31 0.10 0 0.26
HSL 199.66º 0.31% 0.63% -
HSV(B) 199.66º 0.31% 0.74% -
XYZ 32.92 37.25 53.6 -
YUV 160.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 131 170 189 0.31 0.10 0 0.26 199.66 0.31 0.63
Hex 83 AA BD 1F A 0 1A C8 1F 3F
Octal 203 252 275 37 12 0 32 310 37 77
Binary 10000011 10101010 10111101 11111 1010 0 11010 11001000 11111 111111

Color Harmonies of #83AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AABD

Black with #83AABD

Text Example


Text Example

White with #83AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,170,189); }

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

background-color css

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

 a { background-color: rgb(131,170,189); }

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

border-color css

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

 span { border-color: rgb(131,170,189); }

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