Html Css Color HEX #83D3AD Vista Blue

📋 copy color: '#83D3AD'

red 131 ◦ green 211 ◦ blue 173

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

Shades of Vista Blue #83D3AD

Tints of Vista Blue #83D3AD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.97%

 BLUE value IS 173 (67.97% from 255) = 33.59%

R = 25.44%
G = 40.97%
B = 33.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#83D3AD (or 0x83D3AD) is known color: Vista Blue. HEX triplet: 83, D3 and AD. RGB value is (131,211,173). Sum of RGB (Red+Green+Blue) = 131+211+173=515 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.44% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #83D3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D3AD is #7C2C52. Grayscale: #B6B6B6. Windows color (decimal): -8137811 or 11391875. OLE color: 11391875.

HSL color Cylindrical-coordinate representation of color #83D3AD: hue angle of 151.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D3AD is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 211 173 -
CMYK 0.38 0 0.18 0.17
HSL 151.5º 0.48% 0.67% -
HSV(B) 151.5º 0.38% 0.83% -
XYZ 40.2 54.43 47.92 -
YUV 182.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 131 211 173 0.38 0 0.18 0.17 151.5 0.48 0.67
Hex 83 D3 AD 26 0 12 11 98 30 43
Octal 203 323 255 46 0 22 21 230 60 103
Binary 10000011 11010011 10101101 100110 0 10010 10001 10011000 110000 1000011

Color Harmonies of #83D3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D3AD

Black with #83D3AD

Text Example


Text Example

White with #83D3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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