Html Css Color HEX #83F9AF Vista Blue

📋 copy color: '#83F9AF'

red 131 ◦ green 249 ◦ blue 175

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

Shades of Vista Blue #83F9AF

Tints of Vista Blue #83F9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

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

R = 23.6%
G = 44.86%
B = 31.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#83F9AF (or 0x83F9AF) is known color: Vista Blue. HEX triplet: 83, F9 and AF. RGB value is (131,249,175). Sum of RGB (Red+Green+Blue) = 131+249+175=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F9AF is #7C0650. Grayscale: #CDCDCD. Windows color (decimal): -8128081 or 11532675. OLE color: 11532675.

HSL color Cylindrical-coordinate representation of color #83F9AF: hue angle of 142.37º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F9AF is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 249 175 -
CMYK 0.47 0 0.30 0.02
HSL 142.37º 0.91% 0.75% -
HSV(B) 142.37º 0.47% 0.98% -
XYZ 50.97 75.67 52.48 -
YUV 205.28 110.91 75.02 -
System Red Green Blue C M Y K H S L
Decimal 131 249 175 0.47 0 0.30 0.02 142.37 0.91 0.75
Hex 83 F9 AF 2F 0 1E 2 8E 5B 4B
Octal 203 371 257 57 0 36 2 216 133 113
Binary 10000011 11111001 10101111 101111 0 11110 10 10001110 1011011 1001011

Color Harmonies of #83F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F9AF

Black with #83F9AF

Text Example


Text Example

White with #83F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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