Html Css Color HEX #83ACBC Glacier

📋 copy color: '#83ACBC'

red 131 ◦ green 172 ◦ blue 188

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

Shades of Glacier #83ACBC

Tints of Glacier #83ACBC

RGB

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

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

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

R = 26.68%
G = 35.03%
B = 38.29%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#83ACBC (or 0x83ACBC) is known color: Glacier. HEX triplet: 83, AC and BC. RGB value is (131,172,188). Sum of RGB (Red+Green+Blue) = 131+172+188=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #83ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACBC is #7C5343. Grayscale: #A1A1A1. Windows color (decimal): -8147780 or 12364931. OLE color: 12364931.

HSL color Cylindrical-coordinate representation of color #83ACBC: hue angle of 196.84º 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 #83ACBC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 172 188 -
CMYK 0.30 0.09 0 0.26
HSL 196.84º 0.3% 0.63% -
HSV(B) 196.84º 0.3% 0.74% -
XYZ 33.19 37.96 53.15 -
YUV 161.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 131 172 188 0.30 0.09 0 0.26 196.84 0.3 0.63
Hex 83 AC BC 1E 9 0 1A C5 1E 3F
Octal 203 254 274 36 11 0 32 305 36 77
Binary 10000011 10101100 10111100 11110 1001 0 11010 11000101 11110 111111

Color Harmonies of #83ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACBC

Black with #83ACBC

Text Example


Text Example

White with #83ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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