Html Css Color HEX #83AFC0 Glacier

📋 copy color: '#83AFC0'

red 131 ◦ green 175 ◦ blue 192

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

Shades of Glacier #83AFC0

Tints of Glacier #83AFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 26.31%
G = 35.14%
B = 38.55%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83AFC0 (or 0x83AFC0) is known color: Glacier. HEX triplet: 83, AF and C0. RGB value is (131,175,192). Sum of RGB (Red+Green+Blue) = 131+175+192=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #83AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFC0 is #7C503F. Grayscale: #A3A3A3. Windows color (decimal): -8147008 or 12627843. OLE color: 12627843.

HSL color Cylindrical-coordinate representation of color #83AFC0: hue angle of 196.72º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83AFC0 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 175 192 -
CMYK 0.32 0.09 0 0.25
HSL 196.72º 0.33% 0.63% -
HSV(B) 196.72º 0.32% 0.75% -
XYZ 34.2 39.29 55.65 -
YUV 163.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 131 175 192 0.32 0.09 0 0.25 196.72 0.33 0.63
Hex 83 AF C0 20 9 0 19 C5 21 3F
Octal 203 257 300 40 11 0 31 305 41 77
Binary 10000011 10101111 11000000 100000 1001 0 11001 11000101 100001 111111

Color Harmonies of #83AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AFC0

Black with #83AFC0

Text Example


Text Example

White with #83AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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