Html Css Color HEX #83D9AB Vista Blue

📋 copy color: '#83D9AB'

red 131 ◦ green 217 ◦ blue 171

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

Shades of Vista Blue #83D9AB

Tints of Vista Blue #83D9AB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 25.24%
G = 41.81%
B = 32.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#83D9AB (or 0x83D9AB) is known color: Vista Blue. HEX triplet: 83, D9 and AB. RGB value is (131,217,171). Sum of RGB (Red+Green+Blue) = 131+217+171=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #83D9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D9AB is #7C2654. Grayscale: #BABABA. Windows color (decimal): -8136277 or 11262339. OLE color: 11262339.

HSL color Cylindrical-coordinate representation of color #83D9AB: hue angle of 147.91º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83D9AB is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 217 171 -
CMYK 0.40 0 0.21 0.15
HSL 147.91º 0.53% 0.68% -
HSV(B) 147.91º 0.4% 0.85% -
XYZ 41.52 57.39 47.42 -
YUV 186.04 119.51 88.74 -
System Red Green Blue C M Y K H S L
Decimal 131 217 171 0.40 0 0.21 0.15 147.91 0.53 0.68
Hex 83 D9 AB 28 0 15 F 94 35 44
Octal 203 331 253 50 0 25 17 224 65 104
Binary 10000011 11011001 10101011 101000 0 10101 1111 10010100 110101 1000100

Color Harmonies of #83D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D9AB

Black with #83D9AB

Text Example


Text Example

White with #83D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,217,171); }

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

background-color css

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

 a { background-color: rgb(131,217,171); }

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

border-color css

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

 span { border-color: rgb(131,217,171); }

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