Html Css Color HEX #83F0AD Vista Blue

📋 copy color: '#83F0AD'

red 131 ◦ green 240 ◦ blue 173

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

Shades of Vista Blue #83F0AD

Tints of Vista Blue #83F0AD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.12%

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

R = 24.08%
G = 44.12%
B = 31.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#83F0AD (or 0x83F0AD) is known color: Vista Blue. HEX triplet: 83, F0 and AD. RGB value is (131,240,173). Sum of RGB (Red+Green+Blue) = 131+240+173=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F0AD is #7C0F52. Grayscale: #C7C7C7. Windows color (decimal): -8130387 or 11399299. OLE color: 11399299.

HSL color Cylindrical-coordinate representation of color #83F0AD: hue angle of 143.12º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83F0AD is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 240 173 -
CMYK 0.45 0 0.28 0.06
HSL 143.12º 0.78% 0.73% -
HSV(B) 143.12º 0.45% 0.94% -
XYZ 48.06 70.16 50.54 -
YUV 199.77 112.89 78.95 -
System Red Green Blue C M Y K H S L
Decimal 131 240 173 0.45 0 0.28 0.06 143.12 0.78 0.73
Hex 83 F0 AD 2D 0 1C 6 8F 4E 49
Octal 203 360 255 55 0 34 6 217 116 111
Binary 10000011 11110000 10101101 101101 0 11100 110 10001111 1001110 1001001

Color Harmonies of #83F0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F0AD

Black with #83F0AD

Text Example


Text Example

White with #83F0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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