Html Css Color HEX #83ABBD Glacier

📋 copy color: '#83ABBD'

red 131 ◦ green 171 ◦ blue 189

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

Shades of Glacier #83ABBD

Tints of Glacier #83ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 26.68%
G = 34.83%
B = 38.49%

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

#83ABBD (or 0x83ABBD) is known color: Glacier. HEX triplet: 83, AB and BD. RGB value is (131,171,189). Sum of RGB (Red+Green+Blue) = 131+171+189=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #83ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABBD is #7C5442. Grayscale: #A0A0A0. Windows color (decimal): -8148035 or 12430211. OLE color: 12430211.

HSL color Cylindrical-coordinate representation of color #83ABBD: hue angle of 198.62º 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 #83ABBD is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 171 189 -
CMYK 0.31 0.10 0 0.26
HSL 198.62º 0.31% 0.63% -
HSV(B) 198.62º 0.31% 0.74% -
XYZ 33.11 37.63 53.66 -
YUV 161.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 131 171 189 0.31 0.10 0 0.26 198.62 0.31 0.63
Hex 83 AB BD 1F A 0 1A C7 1F 3F
Octal 203 253 275 37 12 0 32 307 37 77
Binary 10000011 10101011 10111101 11111 1010 0 11010 11000111 11111 111111

Color Harmonies of #83ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABBD

Black with #83ABBD

Text Example


Text Example

White with #83ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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