#83F0B1

Color #83F0B1 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #83F0B1

Tints of Vista Blue #83F0B1

Color information

#83F0B1 (or 0x83F0B1) is unknown color: approx Vista Blue. HEX triplet: 83, F0 and B1. RGB value is (131,240,177). Sum of RGB (Red+Green+Blue) = 131+240+177=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F0B1 is #7C0F4E. Grayscale: #C8C8C8. Windows color (decimal): -8130383 or 11661443. OLE color: 11661443.

HSL color Cylindrical-coordinate representation of color #83F0B1: hue angle of 145.32º 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 #83F0B1 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB131240177-
CMYK0.4500.260.06
HSL145.32º78.42%72.75%-
HSV(B)145.32º45.42%94.12%-
XYZ48.4670.3252.61-
YUV200.23114.8978.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.91%
GREEN value IS 240 (94.14% from 255) = 43.80%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=23.91%
G=43.80%
B=32.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312401770.4500.260.06145.3278.4272.75
Hex83F0B12D01A6914e49
Octal203360261550326221116111
Binary1000001111110000101100011011010110101101001000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83F0B1;
 }
 .AnyTagClassName
 {
   color: #83F0B1;
 }
</style>
background-color css

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

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

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

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

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

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