Html Css Color HEX #83AFBB Glacier

📋 copy color: '#83AFBB'

red 131 ◦ green 175 ◦ blue 187

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

Shades of Glacier #83AFBB

Tints of Glacier #83AFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 26.57%
G = 35.5%
B = 37.93%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83AFBB (or 0x83AFBB) is known color: Glacier. HEX triplet: 83, AF and BB. RGB value is (131,175,187). Sum of RGB (Red+Green+Blue) = 131+175+187=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #83AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFBB is #7C5044. Grayscale: #A3A3A3. Windows color (decimal): -8147013 or 12300163. OLE color: 12300163.

HSL color Cylindrical-coordinate representation of color #83AFBB: hue angle of 192.86º degrees, saturation: 0.29, 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 #83AFBB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 175 187 -
CMYK 0.30 0.06 0 0.27
HSL 192.86º 0.29% 0.62% -
HSV(B) 192.86º 0.3% 0.73% -
XYZ 33.66 39.07 52.78 -
YUV 163.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 131 175 187 0.30 0.06 0 0.27 192.86 0.29 0.62
Hex 83 AF BB 1E 6 0 1B C1 1D 3E
Octal 203 257 273 36 6 0 33 301 35 76
Binary 10000011 10101111 10111011 11110 110 0 11011 11000001 11101 111110

Color Harmonies of #83AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AFBB

Black with #83AFBB

Text Example


Text Example

White with #83AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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