Html Css Color HEX #83D8AF Vista Blue

📋 copy color: '#83D8AF'

red 131 ◦ green 216 ◦ blue 175

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

Shades of Vista Blue #83D8AF

Tints of Vista Blue #83D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.38%

 BLUE value IS 175 (68.75% from 255) = 33.52%

R = 25.1%
G = 41.38%
B = 33.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#83D8AF (or 0x83D8AF) is known color: Vista Blue. HEX triplet: 83, D8 and AF. RGB value is (131,216,175). Sum of RGB (Red+Green+Blue) = 131+216+175=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #83D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D8AF is #7C2750. Grayscale: #B9B9B9. Windows color (decimal): -8136529 or 11524227. OLE color: 11524227.

HSL color Cylindrical-coordinate representation of color #83D8AF: hue angle of 151.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D8AF is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 216 175 -
CMYK 0.39 0 0.19 0.15
HSL 151.06º 0.52% 0.68% -
HSV(B) 151.06º 0.39% 0.85% -
XYZ 41.65 57.03 49.37 -
YUV 185.91 121.84 88.83 -
System Red Green Blue C M Y K H S L
Decimal 131 216 175 0.39 0 0.19 0.15 151.06 0.52 0.68
Hex 83 D8 AF 27 0 13 F 97 34 44
Octal 203 330 257 47 0 23 17 227 64 104
Binary 10000011 11011000 10101111 100111 0 10011 1111 10010111 110100 1000100

Color Harmonies of #83D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D8AF

Black with #83D8AF

Text Example


Text Example

White with #83D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,216,175); }

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

background-color css

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

 a { background-color: rgb(131,216,175); }

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

border-color css

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

 span { border-color: rgb(131,216,175); }

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