Html Css Color HEX #83ADBE Glacier

📋 copy color: '#83ADBE'

red 131 ◦ green 173 ◦ blue 190

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

Shades of Glacier #83ADBE

Tints of Glacier #83ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.02%

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 26.52%
G = 35.02%
B = 38.46%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83ADBE (or 0x83ADBE) is known color: Glacier. HEX triplet: 83, AD and BE. RGB value is (131,173,190). Sum of RGB (Red+Green+Blue) = 131+173+190=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #83ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADBE is #7C5241. Grayscale: #A2A2A2. Windows color (decimal): -8147522 or 12496259. OLE color: 12496259.

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

Color convert

RGB 131 173 190 -
CMYK 0.31 0.09 0 0.25
HSL 197.29º 0.31% 0.63% -
HSV(B) 197.29º 0.31% 0.75% -
XYZ 33.6 38.43 54.36 -
YUV 162.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 131 173 190 0.31 0.09 0 0.25 197.29 0.31 0.63
Hex 83 AD BE 1F 9 0 19 C5 1F 3F
Octal 203 255 276 37 11 0 31 305 37 77
Binary 10000011 10101101 10111110 11111 1001 0 11001 11000101 11111 111111

Color Harmonies of #83ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADBE

Black with #83ADBE

Text Example


Text Example

White with #83ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,173,190); }

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

background-color css

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

 a { background-color: rgb(131,173,190); }

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

border-color css

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

 span { border-color: rgb(131,173,190); }

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