Html Css Color HEX #83AFBC Glacier

📋 copy color: '#83AFBC'

red 131 ◦ green 175 ◦ blue 188

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

Shades of Glacier #83AFBC

Tints of Glacier #83AFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.06%

R = 26.52%
G = 35.43%
B = 38.06%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#83AFBC (or 0x83AFBC) is known color: Glacier. HEX triplet: 83, AF and BC. RGB value is (131,175,188). Sum of RGB (Red+Green+Blue) = 131+175+188=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #83AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFBC is #7C5043. Grayscale: #A3A3A3. Windows color (decimal): -8147012 or 12365699. OLE color: 12365699.

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

Color convert

RGB 131 175 188 -
CMYK 0.30 0.07 0 0.26
HSL 193.68º 0.3% 0.63% -
HSV(B) 193.68º 0.3% 0.74% -
XYZ 33.77 39.12 53.35 -
YUV 163.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 131 175 188 0.30 0.07 0 0.26 193.68 0.3 0.63
Hex 83 AF BC 1E 7 0 1A C2 1E 3F
Octal 203 257 274 36 7 0 32 302 36 77
Binary 10000011 10101111 10111100 11110 111 0 11010 11000010 11110 111111

Color Harmonies of #83AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AFBC

Black with #83AFBC

Text Example


Text Example

White with #83AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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