Html Css Color HEX #83ABBE Glacier

📋 copy color: '#83ABBE'

red 131 ◦ green 171 ◦ blue 190

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

Shades of Glacier #83ABBE

Tints of Glacier #83ABBE

RGB

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

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

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

R = 26.63%
G = 34.76%
B = 38.62%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83ABBE (or 0x83ABBE) is known color: Glacier. HEX triplet: 83, AB and BE. RGB value is (131,171,190). Sum of RGB (Red+Green+Blue) = 131+171+190=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #83ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABBE is #7C5441. Grayscale: #A1A1A1. Windows color (decimal): -8148034 or 12495747. OLE color: 12495747.

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

Color convert

RGB 131 171 190 -
CMYK 0.31 0.10 0 0.25
HSL 199.32º 0.31% 0.63% -
HSV(B) 199.32º 0.31% 0.75% -
XYZ 33.22 37.67 54.24 -
YUV 161.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 131 171 190 0.31 0.10 0 0.25 199.32 0.31 0.63
Hex 83 AB BE 1F A 0 19 C7 1F 3F
Octal 203 253 276 37 12 0 31 307 37 77
Binary 10000011 10101011 10111110 11111 1010 0 11001 11000111 11111 111111

Color Harmonies of #83ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABBE

Black with #83ABBE

Text Example


Text Example

White with #83ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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