Html Css Color HEX #83AFB9 Glacier

📋 copy color: '#83AFB9'

red 131 ◦ green 175 ◦ blue 185

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

Shades of Glacier #83AFB9

Tints of Glacier #83AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.64%

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 26.68%
G = 35.64%
B = 37.68%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83AFB9 (or 0x83AFB9) is known color: Glacier. HEX triplet: 83, AF and B9. RGB value is (131,175,185). Sum of RGB (Red+Green+Blue) = 131+175+185=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #83AFB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFB9 is #7C5046. Grayscale: #A2A2A2. Windows color (decimal): -8147015 or 12169091. OLE color: 12169091.

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

Color convert

RGB 131 175 185 -
CMYK 0.29 0.05 0 0.27
HSL 191.11º 0.28% 0.62% -
HSV(B) 191.11º 0.29% 0.73% -
XYZ 33.45 38.99 51.66 -
YUV 162.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 131 175 185 0.29 0.05 0 0.27 191.11 0.28 0.62
Hex 83 AF B9 1D 5 0 1B BF 1C 3E
Octal 203 257 271 35 5 0 33 277 34 76
Binary 10000011 10101111 10111001 11101 101 0 11011 10111111 11100 111110

Color Harmonies of #83AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AFB9

Black with #83AFB9

Text Example


Text Example

White with #83AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,175,185); }

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

background-color css

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

 a { background-color: rgb(131,175,185); }

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

border-color css

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

 span { border-color: rgb(131,175,185); }

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