Html Css Color HEX #83F5B0 Vista Blue

📋 copy color: '#83F5B0'

red 131 ◦ green 245 ◦ blue 176

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

Shades of Vista Blue #83F5B0

Tints of Vista Blue #83F5B0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.38%

 BLUE value IS 176 (69.14% from 255) = 31.88%

R = 23.73%
G = 44.38%
B = 31.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#83F5B0 (or 0x83F5B0) is known color: Vista Blue. HEX triplet: 83, F5 and B0. RGB value is (131,245,176). Sum of RGB (Red+Green+Blue) = 131+245+176=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #83F5B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F5B0 is #7C0A4F. Grayscale: #CBCBCB. Windows color (decimal): -8129104 or 11597187. OLE color: 11597187.

HSL color Cylindrical-coordinate representation of color #83F5B0: hue angle of 143.68º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F5B0 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 245 176 -
CMYK 0.47 0 0.28 0.04
HSL 143.68º 0.85% 0.74% -
HSV(B) 143.68º 0.47% 0.96% -
XYZ 49.85 73.26 52.59 -
YUV 203.05 112.73 76.61 -
System Red Green Blue C M Y K H S L
Decimal 131 245 176 0.47 0 0.28 0.04 143.68 0.85 0.74
Hex 83 F5 B0 2F 0 1C 4 90 55 4A
Octal 203 365 260 57 0 34 4 220 125 112
Binary 10000011 11110101 10110000 101111 0 11100 100 10010000 1010101 1001010

Color Harmonies of #83F5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F5B0

Black with #83F5B0

Text Example


Text Example

White with #83F5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,245,176); }

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

background-color css

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

 a { background-color: rgb(131,245,176); }

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

border-color css

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

 span { border-color: rgb(131,245,176); }

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