Html Css Color HEX #83D6AE Vista Blue

📋 copy color: '#83D6AE'

red 131 ◦ green 214 ◦ blue 174

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

Shades of Vista Blue #83D6AE

Tints of Vista Blue #83D6AE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.23%

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 25.24%
G = 41.23%
B = 33.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#83D6AE (or 0x83D6AE) is known color: Vista Blue. HEX triplet: 83, D6 and AE. RGB value is (131,214,174). Sum of RGB (Red+Green+Blue) = 131+214+174=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #83D6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D6AE is #7C2951. Grayscale: #B8B8B8. Windows color (decimal): -8137042 or 11458179. OLE color: 11458179.

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

Color convert

RGB 131 214 174 -
CMYK 0.39 0 0.19 0.16
HSL 151.08º 0.5% 0.68% -
HSV(B) 151.08º 0.39% 0.84% -
XYZ 41.05 55.97 48.69 -
YUV 184.62 122 89.75 -
System Red Green Blue C M Y K H S L
Decimal 131 214 174 0.39 0 0.19 0.16 151.08 0.5 0.68
Hex 83 D6 AE 27 0 13 10 97 32 44
Octal 203 326 256 47 0 23 20 227 62 104
Binary 10000011 11010110 10101110 100111 0 10011 10000 10010111 110010 1000100

Color Harmonies of #83D6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D6AE

Black with #83D6AE

Text Example


Text Example

White with #83D6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,214,174); }

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

background-color css

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

 a { background-color: rgb(131,214,174); }

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

border-color css

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

 span { border-color: rgb(131,214,174); }

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