Html Css Color HEX #83ACC0 Glacier

📋 copy color: '#83ACC0'

red 131 ◦ green 172 ◦ blue 192

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

Shades of Glacier #83ACC0

Tints of Glacier #83ACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.75%

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

R = 26.46%
G = 34.75%
B = 38.79%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83ACC0 (or 0x83ACC0) is known color: Glacier. HEX triplet: 83, AC and C0. RGB value is (131,172,192). Sum of RGB (Red+Green+Blue) = 131+172+192=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #83ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACC0 is #7C533F. Grayscale: #A1A1A1. Windows color (decimal): -8147776 or 12627075. OLE color: 12627075.

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

Color convert

RGB 131 172 192 -
CMYK 0.32 0.10 0 0.25
HSL 199.67º 0.33% 0.63% -
HSV(B) 199.67º 0.32% 0.75% -
XYZ 33.63 38.14 55.46 -
YUV 162.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 131 172 192 0.32 0.10 0 0.25 199.67 0.33 0.63
Hex 83 AC C0 20 A 0 19 C8 21 3F
Octal 203 254 300 40 12 0 31 310 41 77
Binary 10000011 10101100 11000000 100000 1010 0 11001 11001000 100001 111111

Color Harmonies of #83ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACC0

Black with #83ACC0

Text Example


Text Example

White with #83ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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